﻿@charset "UTF-8";

/*========index=======*/

*{margin: 0; padding: 0px;}

html{
	overflow-y: scroll;
}

body{
	/*background-color: #EBEBEB;*/
	background-image: linear-gradient(to left, #8F9CA2 0%, #FFFFFF 35%, #FFFFFF 65%, #8F9CA2 100%);
	/*background: radial-gradient(#FFFFFF 0%, #FF8585 15%, #FFBB55 30%, #FFF833 45%, #33FDFF 60%, #63BBFF 75%, #CD33FF 90%,  #FF8585 100%);*/
    	/*background: repeating-radial-gradient(ellipse at 50% 50%, #eee, #ccc 5%);*/
	text-align: center;
}

img{border: none;}

#container1{
	position: relative;
	width: 960px;
	height: 200px;
	margin: 0px auto;
}

#container1 #header0{
	display: none;
}

#container1 #header1{
	width: 560px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-image: url('img/logo.gif');
	background-repeat: no-repeat;
}

#container1 #header2{
	width: 400px;
	position: absolute;
	top: 70px;
	left: 560px;
	background-image: url('img/logo_kana.gif');
	background-repeat: no-repeat;
}


#container1 #header_sub{
	text-align: left;
	width: 960px;
	position: absolute;
	top: 135px;
	left: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #003D8D;
}


#headline{
	/*position: relative;*/
	/*background-color: #003D8D;*/
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #003D8D 35%, #003D8D 65%, #FFFFFF 100%);
	height: 50px;
	margin: 0px auto;
}


#main_menu{
	width: 960px;
	height: 50px;
	margin: 0px auto;
	padding: 0;
	list-style-type: none;
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #003D8D 35%, #003D8D 65%, #FFFFFF 100%);
	border-radius: 0 0 5px 5px;
	/*border-radius: 0 0 3px 3px;*/
}

#main_menu li{
	position: relative;
	width: 160px;/*158.8*/
	height: 50px;
	float: left;
	letter-spacing: 1px;
	/*border-left: 0.75px solid #EBEBEB;*/
	z-index: 10;
}

#main_menu li:last-child{
	/*border-right: 0.75px solid #EBEBEB;*/
}

#main_menu li a{
	display: block;
	color: #EBEBEB;
	font-size: 14px;
	font-weight: normal;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	text-decoration: none;
}

#main_menu li ul{
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 5px 5px;
	/*border-radius: 0 0 3px 3px;*/
}

#main_menu li:last-child ul{
	width: 100%;
}

#main_menu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #EBEBEB;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}

#main_menu li ul li a{
	vertical-align: middle;
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #003D8D 35%, #003D8D 65%, #FFFFFF 100%);
	background-color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#main_menu li:hover > a{
	background-color: #FFFFFF;
	color: #FF0000;
	opacity: 0.7;
}

#main_menu > li:hover > a{
	border-radius: 5px 5px 0 0;
 	/*border-radius: 3px 3px 0 0;*/
}

#main_menu li:hover ul li{
	overflow: visible;
	height: 48px;
}

#main_menu li:hover ul li:hover > a{
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #C3D1E4 35%, #C3D1E4 65%, #FFFFFF 100%);
	background-color: #FFFFFF;
	color: #B2334B;
	opacity: 1;
}

#main_menu li:hover ul li:first-child{
	border-top: 0;
}

#main_menu li:hover ul li:last-child{
	border-bottom: 0;
}

#main_menu li:hover ul li:last-child a{
	border-radius: 0 0 5px 5px;
	/*border-radius: 0 0 3px 3px;*/
}



div#ResponsiveNavSwitch{
	visibility: hidden;
}

.ResponsiveNav{
	display: none;
}



.MenuContainer {
 	display: none;
}



#wrapper{
	overflow: auto;
	padding-bottom: 0px;
	background-color: #E7E7E7;
    	border-radius: 10px;
	width: 960px;		/* サイトの幅 */
	margin: 5px auto 5px;		/* 中央に表示 */
	line-height: 150%;	/* 行の高さ */
	font-size: 12px;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
}

#wrapper #ani{
	width: 960px;
	height: 300px;
	/*margin: 0px 0px 0px 0px;
	opacity: 0.8;
	background-color: #FF8585;*/
}


h2{
	display: none;
}


#wrapper #main, #flow, #cost, #example, #from_cust, #site_map, #info_index, #info_blog, #column_index, #column_blog{
	float: left;
	width: 760px;
	min-height: 750px;
	background-image: linear-gradient(to bottom, #ECFAFD 0%, #F5FDFF 25%, #FFFFFF 50%, #F5FDFF 75%, #ECFAFD 100%);
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#wrapper #main h3, #flow h3, #cost h3, #example h3, #from_cust h3, #site_map h3{
    	height: 28px;
    	width: 715px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #003D8D;/*#0000F0;*/
	margin: 20px 0px 0px 15px;
	padding: 10px 0px 0px 15px;
    	position: relative;
	/*background-image: linear-gradient(to bottom, #CCDDFF 0%, #FFFFFF 50%, #CCDDFF 100%);*/
	background-image: linear-gradient(to bottom, #F5C3A9 0%, #FFFFFF 50%, #F5C3A9 100%);
    	/*background-color: #F5C3A9;*/
	border-radius: 15px;
	/*box-shadow: 5px 5px 10px #AFAFAF;*/
    	/*border-top: 2px solid #003D8D;
    	border-left: 2px solid #003D8D;
    	border-right: 2px solid #003D8D;
    	border-bottom: 2px solid #003D8D;*/
}

#wrapper #main h3 span, #flow h3 span, #cost h3 span, #example h3 span, #from_cust h3 span, #site_map h3 span{
	color: #FF8888;
	padding: 0px 5px 0px 0px;
}

#wrapper #main p{
	/*width: 830px;*/
	text-align: left;
	font-size: 15px;
	line-height: 200%;
	color: #000000;/*#003D8D;*/
	margin: 20px 15px 30px 20px;
	padding: 0px 15px 0px 20px;
    	position: relative;
}

#wrapper #main ul.example{
	margin: -10px 0px 0px 70px;
}

#wrapper #main ul.example li{
	text-align: left;
	font-size: 15px;
	line-height: 200%;
	list-style-type: disc;
	color: #FF0000;
	margin: 0px 0px 10px 0px;
}


#wrapper #main #info_L{
	float: left;
	width: 357px;
	margin: 0px 0px 0px 15px;
}


#wrapper #main #info_R{
	float: right;
	width: 357px;
	margin: 0px 15px 0px 0px;
}


#wrapper #main .snsbtn p{
	margin: 0px 0px 5px 0px;
}


#wrapper #main #info_L h4, #info_R h4{
    	height: 28px;
    	width: 342px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #003D8D;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
    	/*position: relative;*/
	background-image: linear-gradient(to bottom, #6999FF 0%,  #FFFFFF 50%, #6999FF 100%);
	/*background-image: linear-gradient(to bottom, #F5C3A9 0%, #FFFFFF 50%, #F5C3A9 100%);*/
    	/*background-color: #F5C3A9;*/
	border-radius: 15px 15px 0px 0px;
	/*box-shadow: 5px 5px 10px #AFAFAF;*/
    	/*border-top: 2px solid #003D8D;
    	border-left: 2px solid #003D8D;
    	border-right: 2px solid #003D8D;
    	border-bottom: 2px solid #003D8D;*/
}

#wrapper #main #info_L h4 span, #info_R h4 span{
	color: #FF8888;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}

#wrapper #main #info_L h4 a, #info_R h4 a{
	color: #003D8D;
	text-decoration: underline;
}


#wrapper #main #info_L ul.info_L, #info_R ul.info_R{
	height: 240px;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 5px 5px;
	text-align: left;
	list-style-type: none;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
	border-radius: 0px 0px 0px 15px;
	box-shadow: 3px 3px 3px #AFAFAF inset;
	-moz-box-shadow: 3px 3px 3px #AFAFAF inset;
 	-webkit-box-shadow: 3px 3px 3px #AFAFAF inset;
 	-o-box-shadow: 3px 3px 3px #AFAFAF inset;
 	-ms-box-shadow: 3px 3px 3px #AFAFAF inset;
}


#wrapper #main #info_L li:nth-child(odd), #info_R li:nth-child(odd){
	background-color: #EEEEEE;
}


#wrapper #main #info_L ul.info_L li, #info_R ul.info_R li{
	height: 45px;
	padding: 10px 0px 5px 0px;
}


#wrapper #main #info_L ul.info_L li h5, #wrapper #main #info_R ul.info_R li h5{
	color: #0000FF;
	font-size: 14px;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
	/*margin: 10px 0px 0px 0px;*/
	width: 200px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

#wrapper #main #info_L ul.info_L li p.date, #wrapper #main #info_R ul.info_R li p.date{
	vertical-align: top;
	display: inline;
}


#wrapper #main #info_L ul.info_L li p{
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	padding: 5px 1px 5px 15px;
	margin: 0px 0px 0px 0px;
	width: 300px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}


#wrapper #main #info_R ul.info_R li p{
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	padding: 5px 1px 5px 15px;
	margin: 0px 0px 0px 0px;
	width: 300px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: block;
}


#wrapper .snsbtn{
	float: left;
	width: 760px;
	height: 100px;
	margin: 70px 0px 0px 0px;
	/*border: solid 2px #000;*/
	position: relative;
}


#wrapper #main .snsbtn p.sns_ani{
	width: 350px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 370px;
}


#wrapper .snsbtn .fb-like{
	width: 160px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: 6px;
}


/*#wrapper .snsbtn .goo_btn{
	width: 76px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: 180px;
}*/


#wrapper .snsbtn .hat_btn{
	width: 126px;
	height: 22px;
	position: absolute;
	top: 30px;
	left: 148px;
}


#wrapper .snsbtn .tws_btn{
	width: 76px;
	height: 22px;
	position: absolute;
	top: 60px;
	left: 20px;
}


#wrapper .snsbtn .twf_btn{
	width: 280px;
	height: 22px;
	position: absolute;
	top: 60px;
	left: 50px;
}


#wrapper #sub{
	float: right;
	width: 200px;
	margin: -5px 0px 0px 0px;
}

#wrapper #sub .link{
	width: 190px;
	height: 140px;
	margin: 10px 5px 0px 5px;
}

#wrapper #sub .fb-page{
	width: 180px;
	height: 190px;
	margin: 10px 5px 0px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	border-radius: 5px;
}

#wrapper #sub .ads{
	width: 190px;
	height: 210px;
	margin: 10px 5px 0px 5px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	border-radius: 5px;
}


.page-back {
 	position: fixed;
 	bottom: 10px;
 	right: 10px;
	opacity: 0.7;
	z-index: 3;
}


#footer{
	position: relative;
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #003D8D 15%, #003D8D 85%, #FFFFFF 100%);
	/*background-color: #003D8D;*/
	/*background: url('img/footer_heigh1-3.gif');*/
	height: 65px;
	clear: both;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}


#footer .ResponsiveNav{
	display: none;
}


#footer ul.foot_link{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 200%;
}

#footer ul a{
	color: #EBEBEB;
	font-size: 14px;
	text-decoration: none;
}

#footer ul a:hover{
	color: #F68D55;
	text-decoration: underline;
}
#footer ul a span{
	text-decoration: underline;
}

#footer ul li{
	display: inline;
	border-left: 1px solid #EBEBEB;
	padding: 0px 10px 0px 10px;
}

#footer ul li.first{
	color: #EBEBEB;
	font-size: 14px;
	border-left: none;
}

#footer ul li.copy{
	color: #EBEBEB;
	font-size: 14px;
	border-left: none;
}

#footer ul li.copy span{
	font-weight: bold;
}


#footer #mov_sub{
	display: none;
}

#footer ul li.copy_mb{
	display: none;
}





/*========flow=======*/

#flow{
	text-align: center;
	line-height: 150%;
	margin: 0px auto;
}

#flow h3{
	margin: 50px auto 50px;
}

#flow p{
	text-align: center;
	font-size: 30px;
	font-family: 'HGP明朝B',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #003D8D;
}

#flow p.comment{
	text-align: center;
	font-size: 15px;
	font-family: Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #ff0000;
	margin: 20px 0px 0px 0px;
}

#flow ul.obj{
	position: relative;
	width: 400px;
	height: 200px;
	overflow: visible;
	list-style-type: none;
	float: left;
	margin: 30px 0px 30px 180px;
}

#flow ul.obj figure{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	perspective: 1000px;
	-webkit-perspective: 1000px;
}

#flow ul.obj figure h4{
	width; 400px;
	height: 200px;
	display: block;
	position: relative;
	z-index: 10;
	font-family: 'HGP明朝B',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #003D8D;
	background-color: #FFFFAA;
	font-size: 32px;
	text-align: center;
	/*margin: 40px 0px 10px 150px;
	padding: 75px 0px 0px 0px;*/
}

/*#flow ul.obj figure h4 span{
	display: block;
	font-size: 16px;
	color: #FF0000;
	font-family: 'Lato';
	padding: 20px 0px 0px 0px;
}*/

#flow ul.obj figure figcaption{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #066CCC;
	backface-visibility: hidden;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#flow ul.obj figure figcaption p{
	display: block;
	width: 350px;
	font-size: 14px;
	font-family: 'ＭＳ明朝',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 0px 0px 20px;
}

#flow ul.obj figure figcaption p span{
	font-size: 14px;
	color: #FFF600;
}

#flow ul.obj figure h4{
	backface-visibility: hidden;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#flow ul.obj figure:hover h4,figure.hover h4{
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#flow ul.obj figure:hover figcaption,figure.hover figcaption{
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
}

#flow ul.obj figure figcaption p,#flow ul.obj figure figcaption p{
	backface-visibility: visible;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#flow ul.obj figure:hover figcaption p,figure.hover figcaption p{
	-ms-transform: rotateY(0);
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0);
}

#flow .arrow{
	clear: both;
}


#wrapper #flow .snsbtn p.sns_ani{
	width: 350px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 20px;
}





/*========cost=======*/

#cost{
	text-align: center;
	line-height: 150%;
	margin: 0px auto;
}

#cost h3{
	margin: 50px auto 30px;
}

#cost p{
	line-height: 130%;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #FF0011;
	margin: 30px 0px 0px 30px;
}

#cost ul.reason{
	text-align: left;
	font-size: 16px;
	line-height: 200%;
	color: #000000;/*#003D8D;*/
	margin: 20px 15px 30px 20px;
	padding: 0px 15px 0px 20px;
}


#wrapper #cost .snsbtn p.sns_ani{
	width: 350px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	/*left: 370px;*/
	right: 20px;
}





/*========example=======*/

#example{
	text-align: center;
	line-height: 150%;
	margin: 0px auto;
}

#example h3{
	margin: 50px auto 50px;
}

#example p.r1{
	font-size: 22px;
	font-weight: bold;
	color: #FF0011;
	margin: 0px 0px 20px 0px;
}

#example p.r2{
	display: none;
}

#example video{
	margin: 0px 0px 20px 0px;
}

#example p.comment{
	text-align: left;
	font-size: 16px;
	font-weight:normal;
	line-height: 200%;
	color: #000000;/*#003D8D;*/
	margin: 20px 15px 30px 20px;
	padding: 0px 15px 0px 20px;
    	position: relative;
}


#wrapper #example .snsbtn p.sns_ani{
	width: 350px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	/*left: 370px;*/
	right: 20px;
}





/*========from_cust=======*/

#from_cust{
	text-align: center;
	line-height: 150%;
	/*padding: 30px;*/
	margin: 0px auto;
}

#from_cust #mfp_shopping_cart{
	display: none;
}


#from_cust h3{
	margin: 30px auto 30px;
}


#from_cust p{
	text-align: left;
	font-size: 12px;
	color: #FF0000;
	margin: 0px 0px 0px 35px;
}

table.from_cust{
	width: 740px;
	margin: 5px auto 5px auto;
    	/*border-top: 1px solid #000099;
    	border-left: 1px solid #000099;
    	border-collapse: collapse;
    	border-spacing: 0;*/
    	empty-cells: show;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	/*box-shadow: 5px 5px 10px #AFAFAF;*/
}


.from_cust th{
	padding: 10px 10px 10px 10px;
    	/*border-bottom: 1px solid #000099;*/
	/*background-color: #CCDDFF;*/
	background-image: linear-gradient(to bottom, #CCDDFF 0%, #FFFFFF 50%, #CCDDFF 100%);
    	border-radius: 5px;
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
}

.from_cust th span{
	font-weight: normal; /* (必須) */
	color: #FF0000;
	font-size: 12px;
	padding: 0 0 0 5px;
}

.from_cust td{
	vertical-align: middle;
	background-image: linear-gradient(to bottom, #CCCCFF 0%, #FFFFFF 50%, #CCCCFF 100%);
    	border-radius: 5px;
	/*background-color: #CCCCFF;*/
    	/*border-right: 1px solid #000099;
    	border-bottom: 1px solid #000099;*/
	padding: 5px 10px 5px 10px;
}

.from_cust td span{
	font-weight: normal;
	color: #FF0000;
	font-size: 12px;
}

.from_cust td a{
	color: #0066CC;
	font-size: 14px;
}

.from_cust td a:hover{
	color: #F68D55;
}

.from_cust select,input,textarea{
	border: 0.5px groove #FFFFFF;
    	border-radius: 5px;
}

.from_cust input,textarea{
	font-family: 'メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	font-size: 14px;
	vertical-align: middle;
}

.from_cust ul li{
	list-style: none;
	padding: 3px 0px 3px 0px;
}

.from_cust ul li span{
	font-weight: normal;
	/*color: #777777;*/
}


#wrapper #from_cust .snsbtn p.sns_ani{
	width: 350px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	/*left: 370px;*/
	right: 20px;
}





/*========form_common_style=======*/

.mei{
	width: 400px;
	height: 28px;
}

.kana{
	width: 400px;
	height: 28px;
}

.busyo{
	width: 400px;
	height: 28px;
}

.tan{
	width: 400px;
	height: 28px;
}

.post{
	width: 80px;
	height: 28px;
}

.ad1{
	height: 28px;
}

.ad2{
	width: 400px;
	height: 28px;
}

.ad3{
	width: 400px;
	height: 28px;
}

.ad4{
	width: 300px;
	height: 28px;
}

.ad5{
	width: 80px;
	height: 28px;
}

.te{
	width: 150px;
	height: 28px;
}

.mail{
	width: 400px;
	height: 28px;
}

.tuusin{
	width: 480px;
	line-height: 120%;
}

/*.mfp_button button{
	width: 120px;
	height: 30px;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 50px 10px 0px 10px;
}*/

.mfp_button button{
	width: 150px;
	height: 50px;
	background-image: linear-gradient(to bottom, #6999FF 0%, #FFFFFF 50%, #6999FF 100%);
	/*background-image: linear-gradient(to bottom, #6999FF 0%, #FFFFFF 35%, #FFFFFF 65%, #6999FF 100%);*/
	/*background-color: #6999FF;*/
	border-radius: 30px;
	border: none;
	box-shadow: 5px 5px 10px #AFAFAF;
	color: #003D8D;	
	font-family:  'HG明朝E',serif; /*'メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;*/
	font-size: 135%;
	font-weight: normal;
	cursor: pointer;
	margin: 30px 20px 30px 20px;
}


.mfp_button button:hover{
	background-image: linear-gradient(to bottom, #FF6999 0%, #FFFFFF 50%, #FF6999 100%);
	/*background-image: linear-gradient(to bottom, #FF6999 0%, #FFFFFF 35%, #FFFFFF 65%, #FF6999 100%);*/
	/*opacity: 0.5;*/
	/*background-color: #FF6999;*/
	border: solid #FFFFFF;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}


.mfp_button button:active{
	/*right: 20px;*/
	position: relative;
	top: 5px;
	left: 5px;
	color: #afafaf;
	box-shadow: none;
}





/*========site_map=======*/

#site_map{
	text-align: left;
	margin: 0px auto;
}

#site_map p.menu_comment{
	/*background-color: #FFFCB5;*/
	font-size: 15px;
	/*padding: 3px 0px 0px 5px;*/
	margin: 30px 40px 30px 40px;
	/*font-weight: bold;*/
}

#site_map ul{
	margin: 50px 0px 0px 0px;
}

#site_map ul a{
	color: #000099;
	font-size: 20px;
}

#site_map ul a:hover{
	color: #FF00FF;
	text-decoration: underline;
}


#wrapper #site_map .snsbtn p.sns_ani{
	width: 350px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	/*left: 370px;*/
	right: 20px;
}





/*========privacy_policy=======*/

#privacy_policy{
	text-align: left;
	line-height: 150%;
	font-size: 14px;
	padding: 0px 60px 30px 60px;
}

#privacy_policy h3{
	font-size: 20px;
	margin: 50px 0px 50px 0px;
	/*padding: 15px 0px 15px 5px;*/
}

#privacy_policy dl{
	padding: 5px 0px 0px 0px;
}

#privacy_policy dt{
	margin: 5px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#privacy_policy dl ol{
	text-align: left;
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	color: #646464;
	padding: 5px 0px 0px 25px;
}

#privacy_policy h4{
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0px 20px 0px;
	/*padding: 5px 0px 0px 10px;*/
	color: #000000;
}

#privacy_policy dd{
	color: #646464;
	padding: 0px 0px 5px 32px;
}

#privacy_policy dl ul{
	text-align: left;
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	color: #646464;
	padding: 5px 0px 0px 25px;
}

#privacy_policy p.pri_pol{
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
}

#privacy_policy p{
	font-size: 14px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 32px;
}

#privacy_policy p span{
	background-color:#CDD8FF;
}





/*========btn_style=======*/

.tui_btn{
	width: 120px;
	height: 28px;
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 0px 0px 0px 0px;
	margin: 10px 0px;
}

.han_btn{
	width: 230px;
	height: 34px;
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 20px 5px 0px 5px;
}





/*========404=======*/

#err_404{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px;
	width: 960px;
	height: 1000px;
	background: url('img/404FileNotFound.gif') no-repeat;

}

#err_404 .btn_off {
	position: relative;
	bottom: 450px;
	left: 0px;
	width: 200px;
	height: 40px;
	background-color: #000099;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#err_404 .btn_on {
	position: relative;
	bottom: 450px;
	left: 0px;
	width: 200px;
	height: 40px;
	background-color: #DDDDE0;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}





/*========blog_index=======*/

#wrapper #info_index, #wrapper #column_index{
	margin: 0px auto;
}

#wrapper #info_index h3, #wrapper #column_index h3{
    	height: 28px;
    	width: 715px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0px 0px 15px;
	padding: 10px 0px 0px 15px;
    	position: relative;
	border-radius: 15px;
}

#wrapper #info_index h3 span, #wrapper #column_index h3 span{
	color: #FF8888;
	padding: 0px 5px 0px 0px;
}

#wrapper #info_index .border1, #wrapper #column_index .border1{
	width: 720px;
	border-bottom : 2px solid #D1D1D1;
	border-radius: 15px;
	margin: 0px 0px 0px 20px;
}

#wrapper #info_index p.date, #wrapper #column_index p.date{
	text-align: left;
	margin: 10px 0px 10px 40px;
	font-size: 13px;
}

#wrapper #info_index p, #wrapper #column_index p{
	text-align: left;
	/*background-color: #FFFCB5;*/
	font-size: 15px;
	/*padding: 3px 0px 0px 5px;*/
	margin: 10px 40px 40px 40px;
	/*font-weight: bold;*/
}

#wrapper #info_index ul, #wrapper #column_index ul{
	margin: 50px 0px 0px 0px;
}

#wrapper #info_index ul a, #wrapper #column_index ul a{
	color: #0000F0;
	font-size: 20px;
}

#wrapper #info_index ul a:hover, #wrapper #column_index ul a:hover{
	color: #FF00FF;
	text-decoration: underline;
}


#wrapper #info_index .snsbtn p.sns_ani, #wrapper #column_index .snsbtn p.sns_ani{
	width: 350px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 340px;
	/*right: 10px;*/
}





/*========weblog========*/

#wrapper #info_blog, #column_blog{
	margin: 0px auto;
}

#wrapper #info_blog h3, #column_blog h3{
    	height: 28px;
    	width: 715px;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	color: #004986;
	margin: 30px 0px 0px 15px;
	padding: 10px 0px 0px 15px;
    	position: relative;
	border-radius: 15px;
}

#wrapper #info_blog p.date, #column_blog p.date{
	width: 710px;
	height: 22px;
	/*color: #FFFFFF;*/
	/*background-color: #F2F2F2;*/
	background-color: #FFFEEE;
	border: solid 1px #F2F2F2;
	font-size: 16px;
	text-align: right;
	padding: 0px 20px 0px 0px;
	margin: 10px auto 40px;
	border-radius: 10px;
	/*font-weight: bold;*/
}

#wrapper #info_blog p, #column_blog p{
	width: 710px;
	font-size: 16px;
	line-height: 150%;
	/*padding: 3px 0px 0px 5px;*/
	margin: 10px auto 40px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	/*font-weight: bold;*/
}

#wrapper #info_blog p span, #column_blog p span{
	color: #FF0000;
}

#wrapper #info_blog p em, #column_blog p em{
	color: #004986;
	font-weight: bold;
}

#wrapper #info_blog p a, #column_blog p a{
	color: #0000F0;
	font-size: 16px;
}

#wrapper #info_blog p a:hover, #column_blog p a:hover{
	color: #FF00FF;
	text-decoration: underline;
}

#wrapper #info_blog p.index_link, #column_blog p.index_link{
	/*position: absolute;
	bottom: 0px;*/
	line-height: 150%;
	text-align: right;
	font-weight: bold;
	margin: 80px 0px 30px 0px;
}

#wrapper #info_blog p.index_link a, #column_blog p.index_link a{
	font-size: 18px;
}


#wrapper #info_blog .snsbtn p.sns_ani, #wrapper #column_blog .snsbtn p.sns_ani{
	width: 350px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 370px;
	/*right: 10px;*/
}





