@charset "UTF-8";
/*--------------------------------------------------------
全体
------------------------------------------------------*/
#container{	position:relative; margin-top: -20px;}

body{ color:#000; }

a,
a:link,
a:visited{color:#000;}
a:hover,
a:active{ color:#e52a24; }

a:hover img,
a:active img{
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

img { -ms-interpolation-mode: bicubic; }

#main{
	border-bottom:1px solid #afaeae;
}

#main-in{
	margin:0px auto 40px;
}
#breadcrumbs{
	margin:20px auto;
	font-size:0.8em;
}
#breadcrumbs-in h2{
	display:inline;
}
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{

}
#header-line{
	background:#e52a24;
	height:8px;
	border-bottom:3px solid #e7e6e6;
}
#header-top{
	border-bottom:3px solid #bf1920;
}
#header-tl{
	float:left;
	margin:7px 0 0 10px;
	font-size:0.9em;
}
#header-tr{
	float:right;
}
#header-tr-1,
#header-tr-2,
#header-tr-3{
	float:left;
	margin-right:20px;
	padding:6px 5px 5px 5px;
}
#header-tr-3{
	margin-right:0px;
	background:#e52a24;
	padding:0;
}
#header-tr-3 a{
		display:block;
	padding:7px 5px 5px 5px;
}
/*--------------------------------------------------------
ナビ
--------------------------------------------------------*/
#global-nav{
/* box-shadow */
/*box-shadow:rgba(194, 194, 194, 0.65098) 0px 5px 5px -2px;*/
/*-webkit-box-shadow:rgba(194, 194, 194, 0.65098) 0px 5px 5px -2px;*/
/*-moz-box-shadow:rgba(194, 194, 194, 0.65098) 0px 5px 5px -2px;*/
border-bottom:1px solid #eee;
background: #fff; /* Old browsers */
/*background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e6 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e6)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* IE10+ */
/*background: linear-gradient(to bottom, #ffffff 0%,#e7e7e6 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 ); /* IE6-9 */

}
#logo{
	float:left;
	width:216px;
	margin:15px 15px 0 0;
}
#toggle{
	display:none;
}
#global-nav ul {
	margin:auto 2px;
	list-style-type:none;
}
#global-nav li{
	float:left;
}
.homesp{
	display:none;
}
#global-nav li a{
	display:block;
}
#global-nav li a:hover{

}
li.nmenu {
}
.nmenu a{
	font-weight:bold;
	width:140px;
	text-align:center;
	display:block;
	height:45px;
	padding-top:25px;
	color:#000;
	font-size:1.1em;
	font-family: "AXIS Std","CI", Meiryo, Tahoma, Verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	background:url(./images/header/nav-bar.png) center 50px no-repeat;
}
.nmenu a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e6+0,ffffff+100 */
background-color: #e7e7e6; /* Old browsers */
background-color: -moz-linear-gradient(top, #e7e7e6 0%, #ffffff 100%); /* FF3.6+ */
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background-color: -webkit-linear-gradient(top, #e7e7e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background-color: -o-linear-gradient(top, #e7e7e6 0%,#ffffff 100%); /* Opera 11.10+ */
background-color: -ms-linear-gradient(top, #e7e7e6 0%,#ffffff 100%); /* IE10+ */
background-color: linear-gradient(to bottom, #e7e7e6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.home a{
	width:65px;
	text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0807c+0,e62b25+100 */
background: #f0807c; /* Old browsers */
background: -moz-linear-gradient(top, #f0807c 0%, #e62b25 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0807c), color-stop(100%,#e62b25)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f0807c 0%,#e62b25 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f0807c 0%,#e62b25 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f0807c 0%,#e62b25 100%); /* IE10+ */
background: linear-gradient(to bottom, #f0807c 0%,#e62b25 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0807c', endColorstr='#e62b25',GradientType=0 ); /* IE6-9 */
	display:block;
	height:46px;
	padding-top:24px;
}
.home a:hover,
.home a:active{
	background:#e52a24;	
}
.home a:hover img,
.home a:active img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*--------------------------------------------------------
ホーム
--------------------------------------------------------*/
.topsubttl{
	text-align:center;
	font-size:3.9em;
	font-weight:bold;
	font-family: "AXIS Std","CI", Meiryo, Tahoma, Verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;	
	color:#e52a24;
	margin-bottom:40px;
}
.top-border{
	height:10px;
	background:url(./images/top/top-border.png) repeat-x;
	margin:0;
	border:none;
}
.topbox01 img{
	width:100%;
	height:auto;
	cursor: pointer;
}
.topbox02,
.topbox03,
.topbox04,
.topbox05,
.topbox06,
.topbox07{
	width:1000px;
	margin:auto;
	padding:50px 0 70px;
}

.topbox10{
	width:1000px;
	margin:auto;
	padding:50px 0 70px;
}

.wid800{
	width:800px;
	margin:auto;
}
.topbox02wrap{
	background:url(./images/top/topbox02_bg.jpg);
	background-position:center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.topbox02-1,
.topbox02-2,
.topbox02-3{
	float:left;
	background:#fff;
	width:280px;
/* box-shadow */
box-shadow:rgba(82, 82, 82, 0.65098) 3px 3px 13px 0px;
-webkit-box-shadow:rgba(82, 82, 82, 0.65098) 3px 3px 13px 0px;
-moz-box-shadow:rgba(82, 82, 82, 0.65098) 3px 3px 13px 0px;
text-align:center;
padding:10px;
}
.topbox02 h2{
	font-size:2.8em;
	color:#fff;
	text-shadow: 2px 2px 3px #000;
}
.txtshw{
text-shadow:
        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
        ;
}
.topbox02 .txtshw{
	font-size:20px;
}
.topbox02-2{
	margin:0 50px;
}
.gentei{
	font-size:0.8em;
	background:#e52a24;
	color:#fff;
	font-weight:bold;
	padding:1px 3px;
	vertical-align:2px;
	margin-right:3px;
}
.topbox02-2btn1,
.topbox02-2btn2{
	float:left;
	text-align:center;
	width:136px;
	margin-bottom:10px;
}
.topbox02-2btn1{
	margin-right:4px;
}

.topbox02-3 img{
	margin-bottom:10px;
}
.topbox02-2btn1 a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#2da0d2;
	color:#fff;
	border:1px solid #2da0d2;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
/* box-shadow */
box-shadow:rgb(7, 108, 175) 1px 2px 0px 0px;
-webkit-box-shadow:rgb(7, 108, 175) 1px 2px 0px 0px;
-moz-box-shadow:rgb(7, 108, 175) 1px 2px 0px 0px;
	font-weight:bold;

}
.topbox02-2btn1 a:hover,
.topbox02-2btn1 a:active{
	background:#fff;
	color:#2da0d2;
}
.topbox02-2btn2 a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#3dab4a;
	color:#fff;
	border:1px solid #3dab4a;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
/* box-shadow */
box-shadow:rgb(0, 101, 54) 1px 2px 0px 0px;
-webkit-box-shadow:rgb(0, 101, 54) 1px 2px 0px 0px;
-moz-box-shadow:rgb(0, 101, 54) 1px 2px 0px 0px;
	font-weight:bold;
}
.topbox02-2btn2 a:hover,
.topbox02-2btn2 a:active{
	background:#fff;
	color:#3dab4a;
}
.topbox02-1btn,
.topbox02-3btn {
	text-align:center;
	width:90%;
	margin:0 auto 10px;
}
.topbox02-1btn a,
.topbox02-3btn a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#e52a24;
	color:#fff;
	border:1px solid #d5301e;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	/* box-shadow */
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-weight:bold;
}
.topbox02-1btn a:hover,
.topbox02-1btn a:active,
.topbox02-3btn a:hover,
.topbox02-3btn a:active{
	background:#fff;
	color:#e52a24;
	font-weight:bold;
}
.topbox03-1{
	width:460px;
	float:left;
	margin:0 20px;
	position:relative;
	height:470px;
}
.topbox03-1 img{
	margin-bottom:15px;
	border:1px solid #eee;
	max-width:100%;
	height:auto;
}
.redbtn2 {
	text-align:center;
	width:60%;
	margin:auto;
	position:absolute;
	bottom:0px;
	left:20%;
}
.redbtn2 a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#e52a24;
	color:#fff;
	border:1px solid #d5301e;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	/* box-shadow */
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-weight:bold;
}
.redbtn2 a:hover,
.redbtn2 a:active{
	background:#fff;
	color:#e52a24;
	font-weight:bold;
}
.topbox04wrap{
	background:#e52a24;
}
.topbox04{
	color:#fff;
}
.topbox04-1{
	margin-bottom:30px;
}
.topbox04-1 img{
	float:right;
	margin:-10px 60px 0 0;
}
.topsubttlred1{
	margin:13px 10px 0 0;
	float:left;
	font-size:2.6em;
	font-weight:bold;
	font-family: "AXIS Std","CI", Meiryo, Tahoma, Verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;	
}
.topsubttlred2{
	float:left;
	font-size:3.9em;
	font-weight:bold;
	font-family: "AXIS Std","CI", Meiryo, Tahoma, Verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;	
}
.topbox04-2,
.topbox04-3,
.topbox04-4{
	width:320px;
	float:left;
	text-align:center;
}
.topbox04-img{
	background:#fff;
	height:180px;
	padding:5px 10px;
	margin-bottom:10px;
}
.topbox04-2{
	margin-right:20px;
}
.topbox04-4{
	margin-left:20px;
}
.topbox04-5 {
	text-align:center;
	width:260px;
	margin:auto;
}
.topbox04-5 a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#fff;
	color:#e52a24;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	/* box-shadow */
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-weight:bold;
}
.topbox04-5 a:hover,
.topbox04-5 a:active{
	background:#E8E8E8;
	color:#e52a24;
	font-weight:bold;
}
.topbox05wrap{
	background-image:url(./images/top/topbox05_bg.png);
	background-repeat:no-repeat;
	background-position:left 10px;
}
.topbox06wrap{
	background-image:url(./images/top/topbox06_bg.png);
	background-repeat:no-repeat;
	background-position:left 10px;
}

.topbox06list1,
.topbox06list2{
	float:left;
}
.topbox06list1 li,
.topbox06list2 li{
	background:#fff;
	text-align:center;
	float:left;
	width:180px;
	margin:0 8px;
/* border */
border:2px solid rgb(229, 42, 36);

/* border-radius */
border-radius:13px;
-webkit-border-radius:13px;
-moz-border-radius:13px;

/* box-shadow */
box-shadow:rgb(229, 42, 36) 7px 6px 0px -3px;
-webkit-box-shadow:rgb(229, 42, 36) 7px 6px 0px -3px;
-moz-box-shadow:rgb(229, 42, 36) 7px 6px 0px -3px;
}
.topbox06list1 li img,
.topbox06list2 li img{
	height:93px;
	width:auto;
	margin:10px 0;
}
.topbox06list1 h4,
.topbox06list2 h4{
	background: rgb(229, 42, 36);
	width:80%;
	margin:0px auto 10px;
	padding:3px 0;
	/* border-radius */
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	color:#fff;
}
.topbox06-1{
}
.topbox06-1l{
	float:left;
	margin-left:200px;	
}
.topbox06-1r{
	float:left;
	margin:40px 0 0 20px;
	font-size:1.5em;
	font-weight:bold;	
}
.redbtn {
	text-align:center;
	width:260px;
	margin:auto;
}
.redbtn a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#e52a24;
	color:#fff;
	border:1px solid #d5301e;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	/* box-shadow */
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-weight:bold;
}
.redbtn a:hover,
.redbtn a:active{
	background:#fff;
	color:#e52a24;
	font-weight:bold;
}
.topbox07-1{
	margin:0 150px 30px;
	width:700px;
}
.topbox07-1l{
	float:left;
}
.topbox07-1r{
	float:right;
}

.topbox08wrap{
	background:url(./images/top/top-bg04.gif) center;
}
.topbox08{
	width:1000px;
	margin:auto;
	padding:40px 0 60px;
}
.topbox08-1,
.topbox08-2,
.topbox08-3{
	width:300px;
	height:355px;
	float:left;
	padding:0px 16px 10px;
}
.topbox08-1 img,
.topbox08-2 img,
.topbox08-3 img{
	max-width:100%;
}
.topbox08-1{
	border-right:1px solid #aeaead;
}
.topbox08-2{
	border-left:1px solid #fff;
	border-right:1px solid #aeaead;
}
.topbox08-3{
	border-left:1px solid #fff;
}
.topbox08-3 img{
	margin-top:4px;
}
.substtl{
	font-family: "AXIS Std","CI", Meiryo, Tahoma, Verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;	
	color:#e52a24;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:10px;
}
.topbox08-1 ul{
	height:484px;
}

.topbox08-1 li{
	background:url(./images/top/news-li.png) center left no-repeat;
	border-bottom:1px dashed #aeaead;
	padding:18px 0 18px 25px;
	font-size:0.9em;
	line-height:1.9;
}
.mbf1{
	margin-bottom:13px;
}
.topnews{
	color:#fff;
	width:600px;
	margin:0px auto 0px;
	padding:20px 0;
	text-align:center;
}
/*--------------------------------------------------------
hタグ等々
--------------------------------------------------------*/
h4.title_r{
	color:#000;
	font-size:1.4em;
	font-weight:bold;
	font-family: "AXIS Std","CI", Meiryo, Tahoma, Verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	border-top:4px solid #e32b1b;
	border-bottom:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	padding:5px 10px;
	margin-bottom:10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 10%, #d9d9d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ffffff), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 10%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 10%,#d9d9d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 10%,#d9d9d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 10%,#d9d9d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
}
.h3-title{
	font-weight:bold;
	font-size:1.5em;
background: #262626;
background: -moz-linear-gradient(top, #262626 50%, #000000 51%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#262626), color-stop(51%,#000000));
background: -webkit-linear-gradient(top, #262626 50%,#000000 51%);
background: -o-linear-gradient(top, #262626 50%,#000000 51%);
background: -ms-linear-gradient(top, #262626 50%,#000000 51%);
background: linear-gradient(to bottom, #262626 50%,#000000 51%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#000000',GradientType=0 );
}
.h3-title h3{
	color:#fff;
	background-image:url(./images/common/h3-left.png);
	background-position:10px;
	background-repeat:no-repeat;
	padding:3px 10px 5px 36px;	
}
.h3-bottom{
	height:10px;
	background:url(./images/common/h3-bottom.png) repeat-x;
	margin:0 0 20px;
	border:none;
}
.h3-title2{
	font-weight:bold;
	font-size:1.5em;
	border:1px solid #ccc;
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 ); /* IE6-9 */
	margin-bottom:20px;
}
.h3-title2 h3{
	color:#000;
	border-left:6px solid #e32b1b;
	padding:5px 0px 1px 13px;
	margin:3px 3px 3px 5px;
}
.h4-title{
	border-left:5px solid #e32b1b;
	border-bottom:1px solid #666666;
	padding:7px 10px;
	margin-bottom:20px;
}
.h4-title2{
	border-left:4px solid #000;
	border-bottom:1px solid #666666;
	padding:0px 1px;
	margin-bottom:20px;
}
.h4-title2 h4{
	border-left:2px solid #000;
	padding:5px 7px;
}
/*--------------------------------------------------------
page
--------------------------------------------------------*/

#keywordslist{
	background-color:#e7e6e6;
	padding:2% 5%;
	margin-bottom:30px;
}

#keywordslist li{
	float:left;
	width:21%;
	margin:1% 0 1%;
	background-image:url(./images/side/menu-icon.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0px 0px 15px;
}
#keywordslist:after{ content : ''; display : block; clear : both; height:0; }


.qalist a{
	display:block;
	margin-bottom:15px;
	font-weight:bold;
	padding:10px;
	border:1px solid #000;
	/* border-radius */
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background-image:url(./images/side/menu-right-arrow.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
}
.qalist a:hover,
.qalist a:active{
	border:1px solid #e32b1b;
	background-image:url(./images/common/menu-right-arrow-on.png);
	background-position:right 10px center;
	background-repeat:no-repeat;
}
.complist li{
	float:left;
	width:30.3%;
	margin:1.5% 1.5%;
	height:100px;
	text-align:left;
}
.complist li.li03{
	float:left;
	width:30.3%;
	margin:1.5% 1.5%;
	height:100px;
	text-align:left;
}
.complist a{
	display:block;
	height:30px;
	border:1px solid #ccc;
background: #fff;
background: -moz-linear-gradient(-45deg, #444444 7%, #ffffff 7%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(7%,#444444), color-stop(7%,#ffffff));
background: -webkit-linear-gradient(-45deg, #444444 7%,#ffffff 7%);
background: -o-linear-gradient(-45deg, #444444 7%,#ffffff 7%);
background: -ms-linear-gradient(-45deg, #444444 7%,#ffffff 7%);
background: linear-gradient(135deg, #444444 7%,#ffffff 7%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#ffffff',GradientType=1 );
	padding:20px 0 10px;
	margin-bottom:5px;
	text-align:center;
	color:#;
}
.complist a:hover,
.complist a:active{
	border:1px solid #e32b1b;
background: #fff;
background: -moz-linear-gradient(-45deg, #e32b1b 7%, #ffffff 7%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(7%,#e32b1b), color-stop(7%,#ffffff));
background: -webkit-linear-gradient(-45deg, #e32b1b 7%,#ffffff 7%);
background: -o-linear-gradient(-45deg, #e32b1b 7%,#ffffff 7%);
background: -ms-linear-gradient(-45deg, #e32b1b 7%,#ffffff 7%);
background: linear-gradient(135deg, #e32b1b 7%,#ffffff 7%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32b1b', endColorstr='#ffffff',GradientType=1 );
	padding:20px 0 10px;
	margin-bottom:5px;
	text-align:center;
}
.complist .cllast a{
	height:40px;
	padding:10px 0 10px;
}
/*--------------------------------------------------------
追加
--------------------------------------------------------*/
.complist_s li{
	float:left;
	width:22%;
	margin:1.5% 1.5%;
	text-align:left;
	font-size:19px;
}
.complist_s a{
	display:block;
	height:125px;
	border:4px solid #e32b1b;
	background: #fff;
	background: -moz-linear-gradient(-45deg, #e32b1b 7%, #ffffff 7%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(7%,#e32b1b), color-stop(7%,#ffffff));
	background: -webkit-linear-gradient(-45deg, #e32b1b 7%,#ffffff 7%);
	background: -o-linear-gradient(-45deg, #e32b1b 7%,#ffffff 7%);
	background: -ms-linear-gradient(-45deg, #e32b1b 7%,#ffffff 7%);
	background: linear-gradient(135deg, #e32b1b 7%,#ffffff 7%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e32b1b', endColorstr='#ffffff',GradientType=1 );
	padding:40px 0 0px;
	text-align:center;
	color:#;
}
.complist_s a:hover,
.complist_s a:active{
	background:#e52a24;
	color:#fff;
	font-weight:bold;
	background: -moz-linear-gradient(-45deg, #fff 7%, #e32b1b 7%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(7%,#fff), color-stop(7%,#e32b1b));
	background: -webkit-linear-gradient(-45deg, #fff 7%,#e32b1b 7%);
	background: -o-linear-gradient(-45deg, #fff 7%,#e32b1b 7%);
	background: -ms-linear-gradient(-45deg, #fff 7%,#e32b1b 7%);
	background: linear-gradient(135deg, #fff 7%,#e32b1b 7%);
	background: linear-gradient(135deg, #fff 7%,#e32b1b 7%);
	
}
.complist_s .cllast a{
	height:40px;
	padding:10px 0 10px;
}
.kuwashiku{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	display:block;
	font-size:15px;
	background: rgb(229, 42, 36);
	padding:1px 10px;
	/* border-radius */
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	color:#fff;
}
.complist_s  a:hover .kuwashiku,
.complist_s  a:active .kuwashiku{
	background:#fff;
	color:#e52a24;
	font-weight:bold;
}

/*--------------------------------------------------------

--------------------------------------------------------*/


.cominfotable{
	border-left:1px solid #000;
	border-top:1px solid #000;
}

.cominfotable td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:7px 8px 5px;
}
.messimg{
	float:right;
	margin:0 0 20px 20px;	
}
.citdl{
	background:#ddd;
	width:30%;
}
.cadimg{
	float:right;
	margin:0 0 20px 20px;
}
.cadtxt a{
	text-decoration:underline;
	color:#e32b1b;
}
.cadimg2{
	float:right;
	margin:0 0 20px 20px;
	border:1px solid #ccc;
}
.citdl2{
	background:#ddd;
	width:30%;
}
.accessbox{
	background:#;
	margin-bottom:30px;
	padding:20px 30px;
	font-size:1.1em;
	border:1px solid #ccc;
	background:url(./images/top/top-bg04.gif) center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 );
}
.blackbox{
	background:black;
	color:#fff;
	padding:3px 6px;
	display:inline;
}
.simplemap{
	border:1px solid #ccc;
}
.envboximg{
	float:right;
	width:25%;
	margin-left:5%;
}
.envboximg img{
	width:100%;
	height:auto;
}
.recbox{
	text-align:center;
	font-size:1.2em;
	border:1px solid;
	padding:10px;
	border:1px solid #ccc;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 );
}

.sitemaps li{
	background-image:url(./images/side/menu-icon.png);
	background-position:7px;
	background-repeat:no-repeat;
	padding:6px 10px 5px 22px;
}
.sitemaps ul li{
	background-image:url(./images/side/menu-right-arrow.png);
	background-position:7px;
	background-repeat:no-repeat;
	padding:5px 10px 5px 22px;
	margin-left:15px;
}
.sitemaps ul ul li{
	background-image:url(./images/side/menu-right-arrow.png);
	background-position:7px;
	background-repeat:no-repeat;
	padding:5px 10px 5px 22px;
	margin-left:30px;
}
.certboxl{
	float:left;
	margin-left:20px;
}
.certboxr{
	float:left;
	margin-left:40px;
}
.fbpbox{
	width:730px;
	margin:auto;
}
.fbpbox01{
	height:666px;
	position:relative;
}
.fbpbox01-1{
	position:absolute;
	bottom:22px;
	left:200px;
	width:300px;
	height:42px;
}
.fbpbox02{
	color:#005ab5;
	width:90%;
	margin:10px auto;
}
.fbpbox03wrap{
	color:#005ab5;
	background: #005ab5;
	padding:20px 50px;
}
.fbpbox03{
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:3px solid #004387;
	padding:10px;
}
.fbpbox03-1{
	font-weight:bold;
	font-size:4em;
	display:inline-block;
	margin-left:40px;
}
.fbpbox03-2{
	font-weight:bold;
	font-size:1.6em;
	display:inline-block;
	line-height:1;
}
.fbpbox03-3{
	text-align:center;
	margin:auto;
	width:320px;
}
.mediabox img{
	width:100%;
	height:auto;
}
.youtube{
	margin-bottom:20px;
}
.youtube iframe{
  width: 100%;
  height:500px;
}
.tvbox{
	text-align:center;
}
.tvbox object{
	width:100%;
}
.cercorpbox01{
	float:left;
	width:85%;
}
.cercorpbox01a{
		width:160px;
	margin:0 0 30px;
}
.cercorpbox01a a{
	display:block;
	padding:8px 10px;
	text-align:center;
	margin:auto;
	background:#2da0d2;
	color:#fff;
	border:1px solid #2da0d2;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
box-shadow:rgb(7, 108, 175) 1px 2px 0px 0px;
-webkit-box-shadow:rgb(7, 108, 175) 1px 2px 0px 0px;
-moz-box-shadow:rgb(7, 108, 175) 1px 2px 0px 0px;
	font-weight:bold;
}
.cercorpbox01a a:hover,
.cercorpbox01a a:active{
	background:#fff;
	color:#2da0d2;
}
.cercorpbox02{
	float:left;
	width:10%;
	margin:0 0 0 5%;
}
.cercorpbox02 img{
	width:100%;
	height:auto;
}
.cerptable1,
.cerptable3{
border-spacing:0 5px;
}
.cerptable4 {
border-spacing:0 10px;
}
.cerptable1 td,
.cerptable3 td,
.cerptable4 td{
	padding:10px;
}
.cerptable1 .cptdl{
	font-weight:bold;
	width:6%;
	color:#fff;
	background:#000;
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	text-align:center;
	font-size:1.6em;
}
.cerptable1 .cptdr{
	background:#3dab4a;
	color:#fff;
	border:1px solid #3dab4a;
	margin-bottom:20px;
	border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;	
}
.cerptable4 .cptdl2{
	font-weight:bold;
	width:6%;
	color:#fff;
	background:#000;
	border:1px solid #000;
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	text-align:center;
	font-size:1.6em;
box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
-webkit-box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
-moz-box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
}
.cptdr2{
	background:#fff;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:20px;
	border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;			
box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
-webkit-box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
-moz-box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
}
.cerptable4 .cptdr2 img{
	max-width:100%;
	height:auto;
}
.cerptable2{
	border-left:1px solid #000;
	border-top:1px solid #000;
}
.cerptable2 td{
	padding:7px 5px 3px 5px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.cerptable2 th{
	padding:7px 5px 3px 5px;
	border-right:1px solid #fff;

}
.cerptable2 th:last-child{
	border:none;
}
.cerptable2 th{
	color:#fff;
		background:#000;
}
.cerptable2 .cptdl{
	width:56%;
}
.cerptable3 .cptdl{
	font-weight:bold;
	width:6%;
	color:#fff;
	background:#000;
	border-radius:6px 0 0 6px;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	text-align:center;
	font-size:1.6em;
}
.cerptable3 .cptdr{
	background:#0e559f;
	color:#fff;
	margin-bottom:20px;
	border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;	
}
.cerpbox01,
.cerpbox02{
	float:left;
	width:42%;
	margin:0 4%;
}
.cerpbox01 a{
	display:block;
	padding:12px 0px 10px;
	text-align:center;
	margin:auto;
	background:#3dab4a;
	color:#fff;
	border:1px solid #3dab4a;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
box-shadow:rgb(0, 101, 54) 1px 2px 0px 0px;
-webkit-box-shadow:rgb(0, 101, 54) 1px 2px 0px 0px;
-moz-box-shadow:rgb(0, 101, 54) 1px 2px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
}
.cerpbox01 a:hover,
.cerpbox01 a:active{
	background:#fff;
	color:#3dab4a;
}
.cerpbox02 a{
	display:block;
	padding:12px 0px 10px;
	text-align:center;
	margin:auto;
	background:#e32b1b;
	color:#fff;
	border:1px solid #e32b1b;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-weight:bold;
	font-size:1.2em;
}
.cerpbox02 a:hover,
.cerpbox02 a:active{
	background:#fff;
	color:#e32b1b;
}

.wabox{
	border:3px solid #000;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	margin-bottom:30px;
}
.waboxsubttl{
	background:#e32b1b;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
}
.wabox-1{
	padding:10px;
}
.widkuro{
	margin:0 65px;
	width:600px;
}
.waboximg{
	float:right;
	margin:0 0 0px 10px;
}
.wabox-2,
.wabox-3{
	float:left;
	margin:0 2.5%;
	width:45%;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
.wabox-2 a,
.wabox-3 a{
	display:block;
	padding:12px 0px 10px;
	background:#e32b1b;
	color:#fff;
	border:1px solid #e32b1b;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-size:1.8em;
	width:100%;	
}
.wabox-2 a:hover,
.wabox-3 a:hover,
.wabox-2 a:active,
.wabox-3 a:active{
	background:#fff;
	color:#e32b1b;
}
.freebox{
	background:#3dab4a;
	color:#fff;
	padding:10px;
	font-size:1.8em;
}
.deletesubttl{
	width:98%;
	background:#e32b1b;
	padding:5px 1%;
	color:#fff;
	margin-bottom:10px;
}
.deletebox2{
	color:#fff;
	background:#e32b1b;
	margin-bottom:20px;
	position:relative;
	padding:10px 10px;
}
.deletebox2-1{
	font-weight:bold;
	font-size:3em;
}
.deletebox2-2{
	color:#fff;
	font-weight:bold;
	font-size:4em;
	line-height:1;
	margin-bottom:20px;
}
.deletebox2-3{
	position:absolute;
	top:20px;
	right:20px;
}
.deletebox01{
	background:#000;
	margin-bottom:20px;
	position:relative;
	padding:10px 0px;
	color:#e32b1b;
}
.deletebox01-1,
.deletebox01-2,
.deletebox01-3{
	width:220px;
	float:left;
	text-align:center;
	margin:0 11.5px;
	background:#fff;
	height:275px;
}
.deletebox01-1img img,
.deletebox01-2img img,
.deletebox01-3img img{
	height:170px;
	padding:5px 0px;
	margin-bottom:10p;
	width:auto;
}

.deletebox001{
	background:#000;
	margin-bottom:20px;
	position:relative;
	padding:10px 0px;
	color:#e32b1b;
}
.deletebox001-1,
.deletebox001-2,
.deletebox001-3{
	width:341px;
	float:left;
	text-align:center;
	margin:0 11.5px;
	background:#fff;
	height:255px;
}
.deletebox001-1img img,
.deletebox001-2img img,
.deletebox001-3img img{
	height:170px;
	padding:5px 0px;
	margin-bottom:10p;
	width:auto;
}
.deletebox3 .two-third{
	margin-top:30px;	
}

.mymbox01 {
	font-size:2.2em;

}
.mymbox02 {
	color:#e32b1b;
	font-size:2.6em;
}
.mymbox03{
	background:#000;
	margin-bottom:20px;
	position:relative;
	padding:10px 0px;
	color:#e32b1b;
}
.mymbox03-1,
.mymbox03-2,
.mymbox03-3{
	width:220px;
	float:left;
	text-align:center;
	margin:0 11.5px;
	background:#fff;
	height:260px;
}
.mymbox03-1img img,
.mymbox03-2img img,
.mymbox03-3img img{
	height:150px;
	padding:5px 0px;
	margin-bottom:10p;
	width:auto;
}
.red_bg{
	background:#e32b1b;
	color:#fff;
	padding:0 5px;
	margin-right:10px;
}
.howto06box{
	border:1px solid #000;
	padding:2%;
	width:96%;
	border:1px solid #ccc;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 );
	margin-bottom:20px;
}
.howto06box-1{
	float:left;
	margin-top:10px;
	font-size:1.2em;
}
.howto06box-2{
	float:right;
	width:25%;
}
.howto06box-2 img{
	width:100%;
}
.howto02box-1{
	padding:10px;
	margin-bottom:20px;
border:2px solid rgb(0, 0, 0);
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
-webkit-box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
-moz-box-shadow:rgb(227, 43, 27) 2px 4px 0px 0px;
}
.cptdr-sub{
	border:1px solid #000;
	background:#000;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
.cptdr-des{
	border:1px solid #000;
	color:#;
	padding:5px;
}

.howto02ul li{
	float:left;
	width:30%;
	margin:1.3%;
}
.howto02ul li img{
	width:100%;
}
.howtobox01{
	float:left;
	width:150px;
	text-align:center;
	margin-top:30px;
}
.howtobox02{
	float:left;
	width:580px;
}
.redlink a,
.bluelink a,
.greenlink a{
	display:block;
	margin:10px 0 20px;
	padding:10px 30px 10px 10px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#f3f3f2;
	background-image:url(./images/page/howto/howto-off.png);
	background-position:98% ;
	background-repeat:no-repeat;

}
.redlink2 a{
	display:block;
	margin:10px 0 20px;
	padding:10px 30px 10px 10px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:5px solid #000;
	background-image:url(./images/page/howto/howto-off.png);
	background-position:98% ;
	background-repeat:no-repeat;
}
.redlink a{
	border-left:5px solid #e52a24;
}
.bluelink a{
	border-left:5px solid #2da0d2;
}
.greenlink a{
	border-left:5px solid #3dab4a;
}
.redlink a:hover,
.redlink a:active,
.redlink2 a:hover,
.redlink2 a:active,
.bluelink a:hover,
.bluelink a:active,
.greenlink a:hover,
.greenlink a:active{
	border-top:1px solid #e52a24;
	border-right:1px solid #e52a24;
	border-bottom:1px solid #e52a24;
	border-left:5px solid #e52a24;

	background-color:#fff;
	background-position:98% ;
	background-repeat:no-repeat;
}
.redlink h4,
.redlink2 h4,
.bluelink h4,
.greenlink h4{
	font-weight:bold;
	font-size:1.3em;	
	margin-bottom:5px;
}
.kigentxt{
	font-size:2.4em;
}
.lock {
	overflow: hidden;
}
.modal-content {
	position: relative;
	display: none;
	width: 50%;
	margin: 30px;
	padding: 10px 20px;
	border: 2px solid #aaa;
	background: #fff;
}
.modal-content p {
	margin: 0;
	padding: 0;
}
.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.75);
}
.modal-wrap {
	z-index: 2;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal-wrap img{
	max-width:95%;
}
.modal-open {
	color: #00f;
	text-decoration: underline;
}
.modal-open:hover {
	cursor: pointer;
	color: #f00;
}
.modal-close {
	color: #00f;
	text-decoration: underline;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
#example1 .sp-thumbnail {
	background-color: #f0f0f0;
	box-sizing: border-box;
	padding: 8px 5px;
	width: 100%;
}
#example1 .sp-thumbnail-title {
	color: #333;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#example1 .sp-thumbnail-description {
	color: #333;
	font-size: 12px;
}
#example1 .sp-thumbnail .strong {
	color: #e52a24;
}
.redbox{
	color:#fff;
	background:#e52a24;
	padding:2px 5px;
	margin-bottom:5px;
}
.hinmokuttl{
	background-color: #EDEDED;
	padding:8px 10px 6px 25px;
	background-image:url(./images/side/menu-icon.png);
	background-position:7px;
	background-repeat:no-repeat;
	margin-bottom:15px;
	border:1px solid #000;
}
.hinmokuttl img{
	margin-left: 20px;
	
}

.hinmoku{
	margin-bottom:10px;
}
.hinmoku li{
	float:left;
	margin:0px 5px 0 0px;
}
.hinmoku a{
	padding:3px 10px 3px;
	background:#EDEDED;
	border:1px solid #000;
}
.hinmoku a:hover,
.hinmoku a:active{
	background:#fff;
	border:1px solid #000;
}
.ichirantable{
	margin:20px 0px 30px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
.ichirantable td{
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding:10px 10px 8px;
}
.ichirantable td img{
	margin-left: 10px;
}
.ichirantdl{
	width:7%;
	vertical-align:top;
	color:#000;
	font-weight:bold;
}
p.right {
	text-align: right
}

/*--------------------------------------------------------
Campaign
--------------------------------------------------------*/
.newitem .camp_tit {
	background: #e32b1b;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	color:#fff;
}
.newitem .camp_tit  .red{
	color:#fff;
}
.camp_tit {
	background: #fcee21;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.camp_tab li {
	float: left;
	width: 33%;
	border: solid 1px #999;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 30px;
	text-align: center;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
}
.camp_tab li a {
	display: block;
}
blockquote {
	background: #e6e6e6;
	padding: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.camp_item_list li {
	position: relative;
	display: inline-block;
	padding: 3em 1em;
	margin-bottom: 20px;
	text-align: center;
	background: url(images/page/howto/howto_01_20.png) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% 100%;
	width: 29%;
}
.camp_item_list li p.caption {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	color: #fff;
}
.camp_sub_list li {
	display: inline-block;
	vertical-align: top;
}

.camp_item_list li.b {
	position: relative;
	display: inline-block;
	padding: 3em 1em;
	margin-bottom: 20px;
	text-align: center;
	background: url(images/page/howto/howto_01_21.png) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% 100%;
	width: 29%;
}
.camp_item_list li.b p.caption {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	color: #fff;
}
.camp_sub_list li.b {
	display: inline-block;
	vertical-align: top;
}
.camp_item_list li.camp_item_list2 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	background:none;
	width: 32.68%;
	padding:0 0em;
	vertical-align:top;
}

.camp_item_list li.camp_item_list2 .list2-1{
	padding: 3em 0em;
	text-align: center;
	background: url(images/page/howto/howto_01_20.png) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% 100%;
	width: 100%;
	position:relative;
}
.camp_item_list li.camp_item_list3{
	position: relative;
	display: inline-block;
	padding: 3em 1em 1.22em;
	margin-bottom: 20px;
	text-align: center;
	background: url(images/page/howto/howto_01_20.png) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% 100%;
	width: 29%;
}

.camp_item_list li.camp_item_list2 p.caption {
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	color: #fff;
}
.camp_item_list li.c {
	position: relative;
	display: inline-block;
	padding: 3em 1em;
	margin-bottom: 20px;
	text-align: center;
	background: url(images/page/howto/howto_01_22.png) no-repeat center center;
	-moz-background-size: 100% auto;
	background-size: 100% 100%;
	width: 29%;
}
.aboutlock{
	margin-top:3px;
}
.aboutlock a{
	text-align:center;
	margin:auto;
	display:block;
	padding:12px 0px 10px;
	background:#ec8e26;
	color:#fff;
	border:1px solid #ec8e26;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-size:0.9em;
	width:95%;	
}
.aboutlock a:hover,
.aboutlock a:active{
	background:#fff;
	color:#ec8e26;
}
.aboutlock2{
	position:absolute;
	bottom:10px;
	width:95%;
}
.aboutlock2 a{
	text-align:center;
	margin:auto;
	display:block;
	padding:12px 0px 10px;
	background:#ec8e26;
	color:#fff;
	border:1px solid #ec8e26;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-size:0.9em;
	width:98%;	
}
.aboutlock2 a:hover,
.aboutlock2 a:active{
	background:#fff;
	color:#ec8e26;
}
.orangebtn a{
	margin:auto;
	padding:2px 4px;
	background:#ec8e26;
	color:#fff;
	border:1px solid #ec8e26;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-webkit-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	-moz-box-shadow:rgb(110, 23, 24) 1px 2px 0px 0px;
	font-size:0.9em;
	width:95%;	
}
.orangebtn a:hover,
.orangebtn a:active{
	background:#fff;
	color:#ec8e26;
}

.camp_aten {
	border: solid 1px #666;
	font-size: 12px;
	padding: 1em;
}
.houjin_area {
	background: #8cc63f;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
.colred {
	color: #F40B0F;
}
.topsubttl2 {
    color: #e52a24;
    font-family: "AXIS Std","CI",Meiryo,Tahoma,Verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",sans-serif;
    font-size: 2.9em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.bringing-box img{
	  margin-left: 20px;
}
.reportimg{
	display:block;
	border:1px solid;
}
.camp_item_list4{
	margin:0 0 20px 1px;
    display: flex;
    flex-wrap: wrap;
}

.newitem .camp_item_list4{
background-color: #ffcccc;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
	margin:0 0 10px 1px;
}

.camp_item_list4 li{
	padding:1%;
	width: 31.1%;
	float:left;
	border:1px solid #e32b1b;
	margin:-1px 0 0 -1px;
}
.camp_item_list4 img{
	margin:0 10%;
	width:80%;
	display:block;	
}
.camp_item_list4 li.li02{
	padding:1%;
	width: 97.4%;
	float:left;
	border:1px solid #e32b1b;
	margin:-1px 0 0 -1px;
}
.camp_item_list4 li.li02 img{
	margin:0 10%;
	width:30%;
	margin-left:auto;
	margin-right:auto;
	display:block;	
}
.itemttl{
	text-align:center;
	background:#e32b1b;
	color:#fff;
	padding:3px 10px;
	margin:5px 0;
}
.newitem .itemttl{
	font-weight:bold;
}
.itemdes{
	position:relative;
	height:240px;
	padding:2%;
	background:#e6e6e6;
	font-size:0.9em;
}
.itemdes02{
	position:relative;
	height:240px;
	padding:2%;
	background:#e6e6e6;
	font-size:0.9em;
}
.itemdes06{
	position:relative;
	height:auto;
	padding:2%;
	background:#e6e6e6;
	font-size:0.9em;
}
.itemdes05{
	position:relative;
	height:251px;
	padding:2%;
	margin-top:5px;
	background:#e6e6e6;
	font-size:0.9em;
}
.newitem .itemdes03{
	height:110px;
	background:#fff;
}

.itemdes03{
	position:relative;
	height:75px;
	padding:2%;
	background:#e6e6e6;
	font-size:0.9em;
}
.itemdes04{
	position:relative;
	height:219.5px;
	padding:2%;
	background:#e6e6e6;
	font-size:0.9em;
}
.block2{
	border-radius:0;
	background:#fff;
	border:none;
}
.newitem{
	padding:10px;
	border:4px solid #000;
	margin-bottom:30px;
}
/*--------------------------------------------------------
エントリーフォーム
--------------------------------------------------------*/
.scrl_box{
	height:300px;
	overflow:scroll;
	border:solid 1px #000;
	padding:10px;
	margin-bottom:50px;
}

table.entrytable{
	text-align:left;
	table-layout:auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-collapse: collapse;
	margin-bottom:30px;
}
table.entrytable th, table.entrytable td{
	text-align:left;
	padding:10px;
	  border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
table.entrytable .head {
    background-color: #264829;
    color: #ffffff;
    font-weight: bold;
}
table.entrytable th{
    background-color: #4f9757;
    color: #ffffff;
    width:30%;
}
input[type="button"], input[type="reset"]{
	cursor:pointer;
}
input[type="checkbox"]{
	margin-right:5px;
}
table.entrytable  input:focus, table.entrytable  select:focus, table.entrytable  textarea:focus{
    border:solid 1px #ca321f;
}
table.entrytable td a{
color: #00f;
}
table.entrytable .text-red01 {
    color: #990000;
    font-size: 0.9em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
}

table.entrytable .text-gray01 {
    color: #808080;
    font-size: 0.9em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
}
.privacybtn a,
.privacybtn input[type="button"]{
	display:block;
	background:#fff;
	border:1px solid #000;
	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align:center;
	padding:8px;
	float:left;
	width:40%;
	margin:0 4%;
}
.privacybtn a:hover,
.privacybtn a:active,
.privacybtn input[type="button"]:hover,
.privacybtn input[type="button"]:active{
	background:#eee;
	color:#000;
}
.submitbtn input[type="button"]{
	z-index:100;
	position:relative;
	background:#e52a24;
	float:left;
	padding:8px;
	float:left;
	width:40%;
	margin:0 4%;
	font-size:1.06em;
	font-weight:bold;
	border:1px solid #fff;
	cursor: pointer;
	color:#fff;
}
.submitbtn input[type="button"]:hover,
.submitbtn input[type="button"]:active,
.redbtn3 input[type="button"]:hover,
.redbtn3 input[type="button"]:active{
	background:#fff;	
	border:1px solid #e52a24;
	color:#e52a24;
}
.redbtn3 input[type="button"]{
	background:#e52a24;
	padding:8px;
	width:40%;
	margin:0 4%;
	font-size:1.06em;
	font-weight:bold;
	border:1px solid #fff;
	cursor: pointer;
	color:#fff;	
}
/*--------------------------------------------------------
single
--------------------------------------------------------*/
.post_title{
	margin:10px 0;
	border:2px solid;
	border-left:6px solid;
	padding:5px;
}

.postitem_inline{
	display:inline-block;
}


.post img{
	max-width:100%;
	height:auto;
}

.archive-in{
	margin:0px 10px 40px 10px;
}
.archivel{
	float:left;
	width:15%;
}
.archivel img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #ccc;
}

.archiver{
	margin-left:110px;
	font-size:1.2em;
}
.archivebox{
	vertical-align:middle;
}

/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

.contactbox {
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 50%, #cecccc 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#ffffff), color-stop(100%,#cecccc));
	background: -webkit-linear-gradient(-45deg, #ffffff 50%,#cecccc 100%);
	background: -o-linear-gradient(-45deg, #ffffff 50%,#cecccc 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 50%,#cecccc 100%);
	background: linear-gradient(135deg, #ffffff 50%,#cecccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cecccc',GradientType=1 );
	box-shadow:rgba(57, 64, 74, 0.529412) 3px 3px 10px 1px;
	-webkit-box-shadow:rgba(57, 64, 74, 0.529412) 3px 3px 10px 1px;
	-moz-box-shadow:rgba(57, 64, 74, 0.529412) 3px 3px 10px 1px;
	padding:15px;
	margin:10px;
}
.contactbox p{
	margin-top:10px;
}
textarea{
	margin:0 0px 0 0px;
    width: 99%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #ccc;
}

input[type="text"],
input[type="email"]
{
	height:20px;
	    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #ccc;
	width:40%;
}
input[type="tel"]{
	height:20px;
	    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border:1px solid #ccc;
}
input[type="text"].input_age{
	width:10%;
}
/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar,
#sidebar dd{
	margin:0;
	padding:0;
}
#sidebar ul{
	list-style-type: none;
}
#sidebar li{
}

#sidebar a{
	color:#333333;
}

.menu{
	background-color: #1e1e1e;
	background-color: -moz-linear-gradient(top, #1e1e1e 23%, #2d2d2d 26%, #1a1a1a 55%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#1e1e1e), color-stop(26%,#2d2d2d), color-stop(55%,#1a1a1a));
	background-color: -webkit-linear-gradient(top, #1e1e1e 23%,#2d2d2d 26%,#1a1a1a 55%);
	background-color: -o-linear-gradient(top, #1e1e1e 23%,#2d2d2d 26%,#1a1a1a 55%);
	background-color: -ms-linear-gradient(top, #1e1e1e 23%,#2d2d2d 26%,#1a1a1a 55%);
	background-color: linear-gradient(to bottom, #1e1e1e 23%,#2d2d2d 26%,#1a1a1a 55%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#1a1a1a',GradientType=0 );
	background-image:url(./images/side/menu-icon.png);
	background-position:7px;
	background-repeat:no-repeat;
	padding:11px 10px 10px 22px;
	color:#fff;
	font-weight:bold;
}
.menu2{
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:6px solid #e32b1b;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e6',GradientType=0 );
	color:#444;
	padding:12px 10px 9px 16px;
	font-weight:bold;
}
.sidemenu {
	border-bottom:1px solid;
}
.sidemenu li{
	border-bottom:1px dashed #4d4d4d;
}
.sidemenu li:last-child{
	border-bottom:none;
}
.sidemenu li a{
	display:block;
	padding:14px 10px 11px;
	background-image:url(./images/side/menu-right-arrow.png);
	background-position:210px;
	background-repeat:no-repeat;
}
.sidemenu li a:hover,
.sidemenu li a:active{
	display:block;
	background-color:#f1f1f1;
	background-image:url(./images/side/menu-right-arrow.png);
	background-position:210px;
	background-repeat:no-repeat;
}
.sidetitle{
	border-left:5px solid #e32b1b;
	border-bottom:1px solid #666666;
	font-weight:bold;
	padding:7px 10px;
	margin-bottom:10px;
}
#fb-root {
    display: none;
}
 
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	background-color:#28282b;
}
#footer a{
}
#footer a:hover,
#footer a:active{ color:#d6311e; }

#footer-top{
	border-top:1px solid #fff;
	background:url(./images/top/top-bg04.gif) center;
	position:relative;
	height:55px;
}
#ft-01{
	text-align:center;
	color:#000;
	position:relative;
	padding-top:18px;
}

#ft-01 a{
	color:#000;
}
#ft-02{
	position:absolute;
	right:0;
	top:-2px;	
}
#ft-02 a{
	width:57px;
	height:57px;
	display:block;
	background-color:#28282b;
	background-image:url(./images/common/pagetop.png);
  background-repeat:no-repeat;  
  background-position:center;
}
#ft-02 a:hover{
	background-color:#d6311e;
	background-image:url(./images/common/pagetopon.png);
}

#footer-in{
	padding:20px 0 40px;
}
#fi-01{
	float:left;
	color:#fff;
}
#fi-01 a{
	color:#fff;
}
.fi-ul01{
	float:left;
}
.fi-ul01 li{
	background:url(./images/common/footer-list.png) center left no-repeat;
	padding:6px 60px 4px 10px;
}
#fi-02{
	float:right;
	background:#fff;	
	width:500px;
	padding:20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height:1.4em;
}
.bgblack{
	background:#000;
	color:#fff;
	padding:3px;
	font-size:0.8em;
	text-align:center;
	width:60px;
	margin-bottom:5px;
}
#fi-02-1{
	float:left;
}
#fi-02-2{
	float:right;
	width:230px;
}
#fi-02-2 a{
	display:inline-block;
	float:right;
	margin-bottom:5px;
}

#copyright{
	padding:5px 0;
	font-size:0.8em;
	text-align:center;
	background:#d6311e;
	color:#fff;
}
.fitel{
	background:url(./images/common/footer-tel.png) left 1px no-repeat;
	padding-left:16px;
}
/*--------------------------------------------------------
コラム分け
--------------------------------------------------------*/
.one-half{
	float:left;
	width:46%;
	margin:0 2%;
}
.one-halfl{
	float:left;
	width:48%;
	margin:0 2% 0 0%;
}
.one-halfr{
	float:left;
	width:48%;
	margin:0 0% 0 2%;
}
.one-halfr img{
	max-width:100%;
	height:auto;
}
.one-half02{
	float:left;
	text-align: center;
	width:43%;
	margin:0 2%;
	padding:1%;
	border:1px solid #111;
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.one-half02 img{
	max-width:100%;
}

.one-third{
	float:left;
	width:29%;
	margin:0 2%;
}
.one-third img,
.one-third2 img{
	max-width:100%;
}
.one-third2{
	float:left;
	width:29%;
	margin:0 2%;	
}
.two-third{
	float:left;
	width:63%;
	margin:0 2%;	
}
.two-third02{
	float:left;
	width:63%;
	margin:0 2%;	
}
.one-fourth{
	float:left;
	width:21%;
	margin:0 2%;
}

/*------------------------------------------------------------
その他
-------------------------------------------------------------*/
.telno {
  pointer-events : none;
}
.telno2 {
  pointer-events : none;
}
.wid100{
	width:100%;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#pagination {
	font-size:0.9em;
	display:block;
	margin:20px 0;
	padding:10px 0;
}

.prev a,
.prevs a{
	float:right;
	text-align:center;
	width:16%;
	border:1px solid;
	padding:5px;
	border-radius: 5px;        
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	display:block;
}

.next a,
.nexts a{
	text-align:left;
	text-align:center;
	width:16%;
	border:1px solid;
	padding:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
}


.txtinline{
	display:block;
}
.page-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1200;
	width: 42px;
}

* html .page-top{ display: none; }

.pc_only {
	display:block;
}
.pc_onlyin {
	display:inline-block;
}

.mb_only {
	display:none;
}
.mb_onlyin {
	display:none;
}

#header:after,
#header-top:after,
#header-in:after,
#global-nav:after,
#main-image:after,
#main:after,
#main-in:after,
.topbox08:after,
.howto02ul:after,
.hinmoku:after,
.camp_item_list4:after,
#pagination:after,
#footer:after,
#footer-in:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }




/*--------------------------------------------------------
家電LP
--------------------------------------------------------*/

.kaden_tab li{
	float:left;
	width:33%;
}
.kaden_tab li img{
	max-width:99%;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.kaden_tab li img:hover, .kaden_tab li.active img{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.kaden_area {
    display: none;
}
.kaden_content{
	padding-top:2em;
}
.kaden_phone_wrap{
	padding:2em 0;
	text-align:center;
}
.kaden_phone_box{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:20px;
}

/*--------------------------------------------------------
プリンタLP
--------------------------------------------------------*/
.printer_box01{
	background:#F1F0E9;
	padding:20px;
	margin-bottom:30px;
}
.printer_box01 h4{
	color: #e52a24;
    font-family: "AXIS Std","CI",Meiryo,Tahoma,Verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",sans-serif;
	font-size:40px;
	border-bottom:dotted 3px #CC3333;
	padding-bottom:4px;
	margin-bottom:20px;
}
.printer_box01 ul li{
	background:url(images/page/howto/printer_04.png) no-repeat left center;
	padding-left:44px;
	font-size:28px;
	min-height:43px;
	margin-bottom:10px;
	vertical-align:middle;
}

.howto03ul li {
	display:inline-block;
    margin: 1.3%;
    width: 16.8%;
}
.howto03ul li img{
	width:100%;
}