@charset "utf-8";
/* ヘッダ */
#headBox {
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: #FFFFFF;
}
#headTop {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    width: 100%;
    padding-bottom: 10px;
}
#mainBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
}
#mainBox2 {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 10px solid #C3C8CB;
	float: left;
	width: 94%;
}
#mainBox3 {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
	width: 100%;
	float: left;
}
#copy {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #5F5F5F;
}
#whole {
	width: 100%;
	height: 100%;
}
#menuBox {
	width: 100%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-top: 0px;
}
#menuAria {
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1px;
	width: 100%;
	height: 125px;
}
#menuAria ul {
  list-style-type: none;
  padding-left: 0px;
}
#menuAria ul li {
	cursor: pointer;
	cursor: hand;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
	float: left;  /*親メニューは横1列に並べる*/
	padding-right: 0px;  /*メニュー項目の間隔を指定*/
	visibility: visible;
	text-decoration: none;
}
#menuAriaul li a{ 
  display: block;   /*要素の幅いっぱいにするために指定*/
  text-decoration: none;
	color: #333333;
}
 
#menuAria ul li a:hover {
	text-decoration: none;
}
#css_btn_class {
	font-size: 80%;
	font-weight: bold;
	width: 49%;
	height: 35px;
	text-decoration: none;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	word-wrap: break-all;
	line-height: 2.5em;
	border: 1px solid #C4C4C4;
	margin-top: 0px;
	padding-top: 2px;
}
#css_btn_class:hover {
	background-color:#f6f6f6;
}
#css_btn_class:active {
	position: relative;
	top: 1px;
}

#css_btn_class2 {
	font-size: 80%;
	font-weight: bold;
	height: 35px;
	text-decoration: none;
	background-color: #ffffff;
	color: #333333;
	line-height: 1.2em;
	width: 49%;
	border: 1px solid #C4C4C4;
	text-align: center;
	padding-top: 2px;
}
#css_btn_class2:hover {
	background-color:#f6f6f6;
}
#css_btn_class2:active {
	position:relative;
	top:1px;
}

#footBox {
    width: 100%;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top;
    float: left;
    background-color: #003777;
}
#foot_mida {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#main_bottomBox  {
	width: 900px;
	height: 20px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position: left bottom;
	-webkit-box-shadow: 0px px;
	box-shadow: 0px px;
	background-color: #50B47F;
}

#main_space {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#main_left {
	width: 260px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: auto;
}
#main_left2 {
	width: 300px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
}

#main_right {
	width: 100px;
	text-align: center;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.floatClearDot {
	height: 10px;
	clear: both;
	width: 100%;
	line-height: 0px;
	font-size: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.floatClear10 {
	height: 10px;
	clear: both;
	width: 100%;
	line-height: 0px;
	font-size: 2px;
}
.addr {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 10px;
	width: 90%;
	margin-top: 10px;
}
.logo_bot {
	width: 285px;
	margin-left: auto;
	margin-right: auto;
}
.botbot {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 5px;
}
#conB {
    width: 90px;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}
#logoB {
	width: 296px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.blueBox {
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    height: 60px;
    background-color: #003777;
}
#blueTop {
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	height: 115px;
	width: 100%;
}
.redBox {
	width: 100%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 115px;
	background-color: #2A4AB1;
}
#redTop {
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	height: 115px;
}
#bordArea {
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	width: 95%;
	margin-left: 5px;
}
#bordArea2 {
    margin-left: 5px;
    margin-top: 15px;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: normal;
    line-height: 1.2em;
}
.contents {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 94%;
}
.contents2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.contents2 h3 {
	font-size: medium;
	font-weight: normal;
	padding-left: 20px;
	text-indent: -20px;
	color: #0A4F81;
}

#leftBox_toku {
	width: 98%;
	float: left;

}
#leftBox_toku p {
    color: #000000;
    font-size: 80%;
    line-height: 1.8em;
    padding-left: 15px;
    padding-bottom: 20px;
}

#leftBox_toku h4 {
	color: #E80808;
	font-size: medium;
	font-weight: bold;
}

#leftBox01 {
	width: 480px;
	float: left;

}
#leftBox01 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}

#leftBox01 h4 {
	color: #E80808;
	font-size: medium;
	font-weight: bold;
}

.contents h2 {
	color: #094EAB;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../../images/ex_logo.png);
	background-repeat: no-repeat;



	background-position: 120
.#QNANpx 0%;
	background-position: -2px -2px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftBox02 h5 {
	font-size: medium;
	font-weight: bold;
}
#photo_int {
	width: 185px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#quiz {
	color: #FFFFFF;
	font-size: 140%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #0362B9;
	text-indent: -20px;
	font-weight: 700;
	font-style: normal;
}
#ans {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


#leftBox03 h3 {
	font-size: large;
	font-weight: bold;
}
.contents h3 {
	font-size: large;
	font-weight: bold;
}


#rightBox01 {
	width: 355px;
	float: right;
}

#leftBox02 {
	width: 100%;
	float: left;

}
#leftBox02 h4 {
	color: #E80808;
	font-size: medium;
}
#leftBox02 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-bottom: 20px;
}
#rightBox02 {
	padding-left: 0px;
	width: 280px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#leftBox03 {
	float: left;
	padding-left: 10px;
	padding-right: 10px;

}
#leftBox03 h4 {
	color: #E80808;
	font-size: x-large;
	font-weight: bold;
}
#leftBox03 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}
#rightBox03 {
	width: 219px;
	height: 309px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#leftBox04 {
	float: left;
	width: 100%;

}
#leftBox04 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}

#leftBox04 h4 {
    color: #E80808;
    font-size: 90%;
}
.contactBlock {
	height: 150px;
	background-image: url(../../images/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	border: 1px solid #7D7D7D;
	margin-top: 50px;
	padding-right: 10px;
	float: left;
	width: 96%;
}
.contactBlock .cbt {
	width: 280px;
	height: 45px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.contactBlock_s {
	height: 150px;
	background-image: url(../../images/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #7D7D7D;
	padding-right: 10px;
	width: 96%;
}
.contactBlock_s .cbt {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 280px;
}
.bookBox {
	width: 95%;
	font-size: 75%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #B6BCC0;
	margin-right: 5px;
	height: 200px;
	background-color: #F9F8ED;
	float: left;
	margin-bottom: 10px;
}
.red {
	color: #F80307;
}

#mred {
	font-size: x-large;
	font-weight: bold;
	color: #E80808;
	padding-left: 10px;
}
#pp {
	margin-bottom: 15px;
	color: #0C47BF;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.6em;
}

#bred {
	color: #E80808;
	font-weight: bold;
	font-size: x-large;
}
#rightBox_toku {
	margin-left: auto;
	width: 285px;
	margin-right: auto;
}
#ex_mida {
	width: 200px;
	float: left;
	font-size: 140%;
	font-weight: bold;
	color: #680C0C;
}
#ex_nai {
	width: 100%;
	float: left;
	font-size: 100%;
	padding-top: 2px;
}
.dotline {
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #B6BCC0;
}
#leftBox04 h5 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 12px;
}
#leftBox04 #learnT {
	color: #0A4F81;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}
#leftBox04 #learnT2 {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	color: #E14803;
	border-top: 4px double #E14803;
	border-bottom: 4px double #E14803;
	margin-bottom: 20px;
	padding-top: 5px;
}
#leftBox04 #kakoBox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 90%;
	font-weight: bold;
}


#leftBox05 {
	width: 226px;
	margin-left: auto;
	margin-right: auto;

}
#rightBox05 {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}
#rightBox05 h4 {
	color: #E80808;
	font-size: medium;
}
#rightBox05 p {
	color: #000000;
	line-height: 1.8em;
	padding-bottom: 20px;
	font-size: 95%;
}
#main_imgArea {
	height: 657px;
	width: 100%;
}
#main_imgTex {
	width: 100%;
	float: right;
	margin-top: 5px;
}
#main_imgTex h3 {
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FBCB01;
	font-weight: bold;
	font-size: large;
}
#main_imgTex p {
	color: #FFFFFF;
	margin-left: 13px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 1.5em;
}
#main_imgTex h4 {
	color: #FBCB01;
	font-weight: bold;
	font-size: medium;
	margin-left: 10px;
	line-height: 1.6em;
}
.col_or {
	color: #FBCB01;

}
#main_top_img01 {
	float: left;
	text-align: right;
	padding-top: 20px;
	margin-left: 10px;
}
#main_top_img02 {
	width: 600px;
	color: #FFFFFF;
	float: right;
	padding-top: 10px;
}
#main_top #main_top_img01 img {
	width: 300px;
}
#main_top #main_top_img02 img {
	width: 300px;
}


#main_top_img02 {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	color: #FBFBFB;
	font-size: 90%;
	font-weight: 300;
	font-style: normal;
	line-height: 1.6em;

}
#main_top2 {
	height: 290px;
	background-repeat: repeat-x;
	background-position: right bottom;
	background-image: url(../../images/main_img_04.jpg);
}

.contact_tex {
	width: 280px;
	float: left;
	position: relative;
	opacity: 1;
	bottom: 10px;
	left: 10px;
}
.contactBlock .contact_tex img {
	width: 280px;
}
#kakoBox a img {
	width: 100%;
}


.contactBlock_s .contact_tex img {
	width: 280px;
}
.cbt img {
	width: 280px;
}
.contents #leftBox_toku img {
	width: 280px;
}
.contents #rightBox02 img {
	width: 280px;
}




.zu01 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	-webkit-box-shadow: 0px 0px 3px 1px #413F3F;
	box-shadow: 0px 0px 3px 1px #413F3F;
}
.zu01t {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	margin-top: 20px;
}
#zu02text {
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#zu02text2 {
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
}
#zu02writer {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
}
#zu02writer2 {
	padding-top: 4px;
	padding-right: 0px;
	margin-left: 10px;
}

.zu01b {
	font-size: 85%;
	line-height: 1.8em;
	width: 100%;
	margin-top: 20px;
	float: left;
	margin-left: 2px;
}
.zu01b2 {
	font-size: 85%;
	line-height: 2em;
	width: 100%;
	margin-top: 20px;
	float: left;
	margin-left: 2px;
}
.zu01t2 {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 92%;
	background-color: #0F57E8;
	color: #FFFFFF;
	margin-top: 20px;
}


.zu02 {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 0px 3px 1px #413F3F;
	box-shadow: 0px 0px 3px 1px #413F3F;
}
.zu02t {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 110%;
	background-color: #0F57E8;
	color: #FFFFFF;
	margin-top: 20px;
	width: 49%;
	float: left;
	font-weight: bold;
	border-right: 1px solid #C4C4C4;
}
.zu02t2 {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 110%;
	background-color: #0F57E8;
	color: #FFFFFF;
	margin-top: 20px;
	width: 50%;
	float: left;
	font-weight: bold;
}
.zu02b {
	font-size: 90%;
	line-height: 2em;
	width: 49%;
	float: left;
	margin-left: 2px;
	border-right: 1px solid #C4C4C4;
	height: 120px;
}
.zu02b2 {
	font-size: 70%;
	line-height: 1.5em;
	width: 49%;
	float: left;
	margin-left: 2px;
	height: 120px;
}
.zu02c {
	font-size: 90%;
	line-height: 2em;
	width: 49%;
	float: left;
	margin-left: 2px;
	border-right: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	background-color: #F3F3F3;
	height: 120px;
}
.zu02c2 {
	font-size: 70%;
	line-height: 1.5em;
	width: 49%;
	float: left;
	margin-left: 2px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
	height: 120px;
}

#main_space #main_left img {
	width: 100%;
}
#main_space #main_left2 img {
	width: 100%;
}
.contents2 #pp img {
	width: 300px;
}
#leftBox04 .nagare {
}
#voice {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	height: 103px;
	text-align: center;
	font-size: 140%;
	background-image: url(../../images/fukidashi.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	background-size: 95% 95%;
	width: 85%;
}
.voice_n {
	font-size: 130%;
	font-weight: normal;
	color: #3C3C3C;
	text-decoration: underline;
}
#leftBox04v {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;

}
#leftBox04v p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}
#mainBox h3 {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.tex_red_bold {
	color: #ED0A0E;
	font-size: 150%;
	font-weight: 500;
	font-style: normal;
}
#mainArea {
	width: 100%;
	background-color: #E30000;
	background-repeat: no-repeat;
	height: 800px;
}
#secArea {
	width: 100%;
	border-bottom: 5px solid #00B0F3;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.contents_sec {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../../images/secImg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	width: 90%;
	height: 200px;
	border-radius: 8px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.right_sec {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.left_sec {
	width: 100%;

}
.adv {
	text-align: center;
	color: #FFFFFF;
	background-color: #2A4AB1;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tnam {
	padding-top: 10px;
	padding-bottom: 2px;
	color: #2A4AB1;
	font-style: normal;
	font-weight: 300;
	font-size: 80%;
}
.sec_mida {
	color: #ED0A0E;
	font-style: normal;
	font-weight: 500;
	font-size: 120%;
	padding-top: 10px;
}
.contents .left_sec p {
	font-style: normal;
	font-weight: 300;
	font-size: 90%;
}
.tbut {
	padding-top: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 130%;
	text-align: left;
}
.cons_but {
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #00B0F3;
	border-radius: 10px;
	width: 92%;
}
.contents #leftBox04 p {
	font-size: 90%;



	line-height: 1.em;
	line-height: 1.7em;
}
.mou_but {
	width: 280px;
}
.img100 {
	width: 100%;

}
.img100b {
	width: 100%;

}
.sec_cat {
	float: left;
	font-style: normal;
	font-size: 160%;
	font-weight: 900;
	color: #000000;
	line-height: 1.3em;
	width: 100%;
}
#lp01_topBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 800px;
	background-image: url(../../images/lp01-img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 250px auto;
}
.lp01-no {
	width: 105px;
	float: left;
}
.pname {
	font-weight: 400;
	font-size: 130%;
}
#leftBox_toku h5 {
    font-weight: bold;
    font-size: 110%;
    line-height: 1.6em;
    color: #003777;
    border-bottom: 1px solid rgba(0,55,119,1.00);
    margin-bottom: 10px;
}
.contents p {
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    line-height: 1.6em;
}
.rep_mida {
    color: #00A5E3;
    font-size: 120%;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
    padding-left: 10px;
}
.img100p {
	width: 100%;

}

#mainArea2 {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../../images/main.jpg);
}
#lp02_topBox {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    height: 400px;
}
#main_top2_img01 {
	float: left;
	text-align: right;
	padding-top: 20px;
	width: 98%;
	margin-left: 5px;
}
#main_top2_img02 {
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.6em;
	width: 95%;
	margin-left: 5px;
}
.contents_sec2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../../images/secImg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	width: 90%;
	height: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	float: right;
	margin-right: 5px;
}
.sec_mida2 {
	color: #00B0F3;
	font-style: normal;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2em;
}
.sec_mida3 {
	color: #000000;
	font-style: normal;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2em;
}
#mainArea3 {
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	border-bottom: 5px solid #2A4AB1;
	background-image: url(../../images/lp03-img.jpg);
	background-position: center top;
}
#lp03_topBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 550px;
	width: 100%;
}
#main_top3_img01 {
	float: left;
	text-align: right;
	padding-top: 50px;
	width: 98%;
}
#main_top3_img02 {
	width: 95%;
	color: #000000;
	float: left;
	padding-top: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.6em;
	margin-left: 5px;
}
/*20180325*/
.arh1 {
    font-size: 90%;
    font-weight: normal;
    line-height: 1.5em;
    float: left;
    padding-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.artoph2 {
    color: #FFFFFF;
    font-size: 130%;
    font-weight: normal;
    line-height: 1.3em;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(39,53,86,0.90);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}
.arimg {
    width: 236px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.add {
    border: 1px solid rgba(0,55,119,1.00);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
}
.bestbox {
    float: right;
    text-align: center;
    width: 100%;
}
#leftBox_toku .bestbox h6 {
    text-align: center;
    font-size: 110%;
    font-weight: normal;
    margin-bottom: 10px;
}
.best-t {
    background-color: rgba(249,137,12,1.00);
    padding-top: 4px;
    padding-bottom: 3px;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: normal;
}
#best-pro {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
    border-bottom: 2px solid #1466B4;
    margin-bottom: 30px;
}
#best-pro h5 {
    font-size: 110%;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #F1F1F1;
    text-align: center;
}
#best-pro p {
    font-size: 80%;
    line-height: 1.6em;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    padding-right: 8px;
    padding-left: 8px;
}
