/* ::::: Init ::::: */

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
}

body {
	background-color: #FFF;
	color: #333;
	min-width: 100%;
}

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }

p{
}

img,a img{
	vertical-align: bottom;
	border: none;
	background: transparent;
	margin: 0px;
	padding: 0px;
}

hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #170225;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	text-align: center;
}

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

input{
	
}

.input_text{
	width: 150px;
}

.form_input{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border: #a9a9a9 1px solid;
	
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
}

.form_area{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border: #a9a9a9 1px solid;
	
	width: 100%;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
}

.form_submit{
	border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   
   width:15%;
   height:40px;
font-size:18px;
   margin:20px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}

.form_submit:hover {
	background-color: #999;
	color: #FFFFFF;
}

.index_title{
	text-align: center;
	font-size: 1.4em;
	color: #DA0F0F;
	margin-bottom: 10px;
	font-weight: bold;
}

.index_text{
	font-size: 0.7em;
	text-align: center;
	margin: 0px;
}


.index_message{
	font-size: 0.6em;
	text-align: center;
	margin-top: 5px;
}

.index_input{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border: #a9a9a9 1px solid;
	width: 70%;
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 3px;
	height: 18px;
	font-size: 14px;
	line-height: 18px;
}

.index_submit{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	height: 28px;
	font-size: 0.8em;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 220px;
	margin-top: 5px;
	background-color: #DA0F0F;
}

.index_submit:hover {
	background-color: #DA6668;
	color: #FFFFFF;
}

.index_last img {
	width: 5px;
	height: 5px;
}

.wpcf7-response-output{
	background-color: #FFFFFF;
	z-index: 9999;
	position: absolute;
	width: 320px;
}

/* ::::: Color ::::: */

.bg_red{
	background-color: #da1010;
}

.bg_blue{
	background-color: #245BC8;
}

.bg_green{
	background-color: #81b92d;
}

.text_red{
	color: #da1010;
}

.text_blue{
	color: #245BC8;
}

.text_green{
	color: #81b92d;
}

.headline_red{
	color: #da1010;
}

.headline_blue{
	color: #245BC8;
}

.headline_green{
	color: #81b92d;
}

.heading_red{
	border-left: 10px solid #da1010;
	padding-left: 10px;
	font-weight: bold;
}

.heading_blue{
	border-left: 10px solid #245BC8;
	padding-left: 10px;
	font-weight: bold;
}

.heading_green{
	border-left: 10px solid #81b92d;
	padding-left: 10px;
	font-weight: bold;
}

.box_red{
	color: #FFFFFF;
	background-color: #da1010;
	text-align: center;
	line-height: 2.5em;
	border-radius: 4px;
}

.box_blue{
	color: #FFFFFF;
	background-color: #245BC8;
	text-align: center;
	line-height: 2.5em;
	border-radius: 4px;
}

.box_green{
	color: #FFFFFF;
	background-color: #81b92d;
	text-align: center;
	line-height: 2.5em;
	border-radius: 4px;
}

.box30{
	list-style-type: none;
}

.box30 li{
	width: 25%;
	float: left;
	margin-right: 4%;
	min-height: 200px;
	margin-left: 4%;
}

.border_red{
	border: 1px solid #da1010;
}

.border_blue{
	border: 1px solid #245BC8;
}

.border_green{
	border: 1px solid #81b92d;
}

.red_bar{
	width: 100%;
	height: 7px;
	background-color: #da1010;
}

.green_bar{
	width: 100%;
	height: 7px;
	background-color: #81b92d;
}

.blue_bar{
	width: 100%;
	height: 7px;
	background-color: #245BC8;
}

/* ::::: WP CSS ::::: */

.aligncenter {
	display: block;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.size-full{
	width: 100%;
	margin-bottom: 30px;
}

/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}

/* ::::: CSS ::::: */

#container{
	width: 100%;
	min-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header{
	height: 150px;
	width: 100%;
	min-width: 100%;
	background-color: #FFF;
}

#menu{
	list-style-type: none;
	height: 150px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #CCCCCC;
}

#menu li{
	height: 150px;
	width: 169px;
	float: left;
	border-right: 1px solid #CCCCCC;
}

#menu li:hover{
	background-color: #eee;	
}

#menu p{
	text-align: center;
	line-height: 150px;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#menu a:link,#menu a:visited{
	color: #666;
	font-weight: bold;
}

#menu a:hover,#menu a:active{
	color: #000;
}

#logo{
	background: url(../images/logo.png) no-repeat; /* for IE7 IE8 */
	background: rgba(0,0,0,0) url(../images/logo.svg) no-repeat; /* modern browser */
}

#shop{
	background: url(../images/shop.png) no-repeat; /* for IE7 IE8 */
	background: rgba(0,0,0,0) url(../images/shop.svg) no-repeat; /* modern browser */
	text-align: center;
	line-height: 150px;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#shop a:link,#shop a:visited{
	color: #FFF;
	font-weight: bold;
}

#shop a:hover,#shop a:active{
	color: #999;
}

#title{
	height: 320px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

#title_left{
	background-image: url(../images/title.jpg);
	height: 320px;
	width: 620px;
	-webkit-animation-duration: 12s;  /* アニメーション時間 */
	-webkit-animation-name: slidein;  /* アニメーション名 */
	-webkit-animation-timing-function: ease;
	background-position: 0% -200px;
	position: relative;
	float: left;
}

#title_right{
	height: 320px;
	width: 400px;
	float: right;
	background-color: #E46E6F;
}

#title_form{
	height: 270px;
	width: 350px;
	margin: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 15px;
}

/*#title{
	background-image: url(../images/title.jpg);
	height: 400px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	-webkit-animation-duration: 12s;
	-webkit-animation-name: slidein;
	-webkit-animation-timing-function: ease;
	background-position: 0% -200px;
	position: relative;
}*/

@-webkit-keyframes slidein {
  from {
    background-image: url(../images/title.jpg);
	background-position: 0% 0px;
  }
  to {
    background-image: url(../images/title.jpg);
	background-position: 0% -200px;
  }
}

#title_text{
	top: 140px;
	position: absolute;
	left: 60px;
}

#title_text h1{
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
}

#title_text p{
	color: #333333;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	padding-left: 15px;
	text-align: center;
}

/*#title_text{
	background: url(../images/title_text.png) no-repeat;
	background: rgba(0,0,0,0) url(../images/title_text.svg) no-repeat;
	padding-left: 100px;
	position: absolute;
	right: 60px;
	top: 180px;
}

#title_text h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

#title_text p{
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	padding-left: 15px;
}*/

#category_box{
	height: 70px;
	width: 100%;
	background-color: #da1010;
	z-index: 9000;
}

#category{
	height: 70px;
	width: 900px;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
	z-index: 9000;
}

#category li{
	height: 70px;
	width: 179px;
	border-right: 1px solid #FFFFFF;
	background-color: #da1010;
	float: left;
	z-index: 9000;
}

#category li:hover{
	background-color: #DA8177;
}

#category p{
	text-align: center;
	line-height: 70px;
	font-size: 1.0em;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#category_image_box{
	height: 180px;
	width: 100%;
	border-bottom: 7px solid #da1010;
}

#category_image{
	height: 180px;
	width: 900px;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #CCC;
}

#category_image li{
	height: 180px;
	width: 179px;
	border-right: 1px solid #CCC;
	float: left;
}

#category_image li:hover{
	background-color: #eee;	
}

#category_image01{
	background-image: url(../images/category_image01.jpg);
	background-position: 50% 0px;
	-webkit-transition: 1s;
}

#category_image01:hover{
	-webkit-transition: 1s;
	background-position: 20% 0px;
}

#category_image02{
	background-image: url(../images/category_image02.jpg);
	background-position: 50% 0px;
	-webkit-transition: 1s;
}

#category_image02:hover{
	-webkit-transition: 1s;
	background-position: 80% 0px;
}

#category_image03{
	background-image: url(../images/category_image03.jpg);
	background-position: 50% 0px;
	-webkit-transition: 1s;
}

#category_image03:hover{
	-webkit-transition: 1s;
	background-position: 30% 0px;
}

#category_image04{
	background-image: url(../images/category_image04.jpg);
	background-position: 50% 0px;
	-webkit-transition: 1s;
}

#category_image04:hover{
	-webkit-transition: 1s;
	background-position: 30% 0px;
}

#category_image05{
	background-image: url(../images/category_image05.jpg);
	background-position: 50% 0px;
	-webkit-transition: 1s;
}

#category_image05:hover{
	-webkit-transition: 1s;
	background-position: 30% 0px;
}

#main{
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#main_left{
	width: 640px;
	padding-right: 40px;
	float: left;
	padding-left: 20px;
	padding-bottom: 40px;
}

#main_right{
	width: 300px;
	float: right;
	padding-right: 20px;
	padding-bottom: 40px;
}

#page{
	position: relative;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 40px;
}

#page_left{
	width: 640px;
	padding-right: 40px;
	float: left;
	padding-left: 20px;
	padding-bottom: 40px;
}

#page_right{
	width: 300px;
	float: right;
	padding-right: 20px;
	padding-bottom: 40px;
}

#page_title{
	width: 100%;
	height: 240px;
	overflow-y: hidden;
	position: relative;
	margin-bottom: 40px;
}

#page_title img{
	-webkit-animation-duration: 6s;  /* アニメーション時間 */
	-webkit-animation-name: page_slidein;  /* アニメーション名 */
	-webkit-animation-timing-function: ease;
	position: absolute;
	top:-100;
}

@-webkit-keyframes page_slidein {
  from {
    top:-100px;
  }
  to {
    top:0px;
  }
}

#information{
	list-style-type: none;
	border-bottom: 2px solid #ccc;
}

#information li{
	min-height: 2em;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#information li:first-child{
	border-bottom: 2px solid #ccc;
}

#information h1{
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 20px;
	border-left: 20px solid #da1010;
	padding-left: 10px;
}

#information h2{
	font-size: 0.8em;
	line-height: 30px;
	background-color: #da1010;
	color: #FFFFFF;
	text-align: center;
	padding-right: 20px;
}

#information h2:hover{
	background-color: #DA8177;
}


#information h3{
	padding-right: 20px;
	height: 4em;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 4em;
}

#information li h3 a:link,#information li h3 a:visited{
	color: #333333;	
}

#information li h3 a:hover,#information li h3 a:active{
	color: #999999;	
}

#information h4{
	height: 4em;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 2em;
}

#information li h4 a:link,#information li h4 a:visited{
	color: #333333;	
}

#information li h4 a:hover,#information li h4 a:active{
	color: #999999;	
}

#information span{
	font-size: 80%;
}

.tri {
	height: 0px;
	width: 0px;
	border-top-color: #ccc;
	border-top-color: #fff;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #fff;
	border-top-style: solid;
	border-left-style: solid;
	float: left;
}

#footer_box{
	background-color: #CCC;
	width: 100%;
}

#footer {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer_navi{
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer_navi li{
	list-style-type: none;
	float: left;
	padding-right: 80px;
	padding-bottom: 30px;
}

#footer h3{
	color: #333;
	letter-spacing: 0.2em;
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}

#footer h3 a:link,#footer h3 a:visited{
	color: #333;
	font-weight: bold;
}

#footer h3 a:hover,#footer h3 a:active{
	color: #666;
}

#footer h4{
	color: #000;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	line-height: 1.8em;
}

#footer h4 a:link,#footer h4 a:visited{
	color: #000;
}

#footer h4 a:hover,#footer h4 a:active{
	color: #666;
}

#footer h5{
	color: #000;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	line-height: 1.8em;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 20px;
}

.footer_col{
	list-style-type: none;
	margin-top: 5px;
}

.footer_col li{
	list-style-type: none;
	margin-top: 5px;
}

.article{
}

.article h1{
	font-weight: bold;
	font-size: 1.8em;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.article h2{
	font-size: 1.4em;
	font-weight: bold;
}

.article h3{
	font-size: 1.2em;
	line-height: 2em;
}

.article h4{
	font-size: 1.0em;
	line-height: 2em;
}

.article h5{
}

.article span{
	font-size: 70%;
}

.article p{
	font-size: 1em;
	line-height: 2em;
}

.article b{
}

.article em{
	background-color: #666666;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 60%;
	margin-left: 20px;
}

.article a:link,.article a:visited{
	color: #DFB217;
	font-weight: bold;
}

.article a:hover,.article a:active{
	color: #D72418;
}

.item_left{
	float: left;
	width: 500px;
	padding: 20px;
	overflow: hidden;
}

.item_left img{
	width:100%;
	height: auto;
}

.item_right{
	float: right;
	width: 420px;
	padding: 20px;
}

.item_center{
	padding: 20px;
}

.item_pickup{
	background-color: #da1010;
	padding: 18px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.02em;
	font-weight: bold;
}

.item_pickup span{
	font-size: 80%;
}

.item_br{ display:none; }

#company_list{
	margin-bottom: 40px;
}

#company_list dl{
	width: 100%;
	border-bottom: 1px dotted #999999;
}

#company_list dt{
	text-align: center;
	width: 280px;
	display: table-cell;
	float: left;
	padding: 10px;
	font-size: 1em;
	line-height: 2em;
}

#company_list dd{
	width: 700px;
	float: right;
	padding: 10px;
	font-size: 1em;
	line-height: 2em;
}

.single{
}

.single h1{
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	top: 15px;
}

.single h2{
	font-size: 16px;
	color: #666;
	bottom: 15px;
	position: absolute;
}

.single h3{
}

.single p{
	font-size: 14px;
	line-height: 24px;
}

.single span{
}

.single b{
}

.centered { margin: 0 auto; }

.box {
	float: left;
	background-color: #FFFFFF;
	position: relative;
	padding: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #da1010;
}

.mark {
	position: absolute;
	right: 0px;
	top: 0px;
	
	height: 0px;
	width: 0px;
	border-bottom-color: #ccc;
	border-bottom-color: transparent;
	border-bottom-width: 10px;
	border-right-width: 10px;
	border-top-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-top-style: solid;
	border-right-color: #da1010;
	border-top-color: #da1010;
	border-left-color: transparent;
	border-bottom-style: solid;
	border-left-style: solid;
}

.box_info{
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	position: absolute;
	height: 75px;
	left: 0px;
	bottom: 0px;
	padding-top: 10px;
}

.box h1{
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 35px;
	letter-spacing: 0.05em;
	padding-right: 15px;
}

.box h2{
	font-size: 12px;
	padding-left: 15px;
	font-weight: bold;
	line-height: 18px;
}

.box h3{
	font-size: 12px;
	padding-left: 15px;
	color: #666;
}

.box p{
	font-size: 14px;
	position: absolute;
	top: 360px;
	color: #999;
	line-height: 18px;
	height: 72px;
	width: 460px;
	overflow: hidden;
}

.col01 {
	width: 209px;
	height: 209px;
	overflow: hidden;
}

.col01 span{
	width: 240px;
	height: 240px;
	background-color: #000;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	line-height: 240px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.col01 span:hover{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.col01_image{
	width: 210px;
	overflow: hidden;
	height: 140px;
}

.col01_image img{
	width: auto;
	height: 100%;
position: absolute;
top: -100%;
left: -100%;
right: -100%;
bottom: -100%;
margin: auto;
}

.col02 {
	width: 469px;
	height: 469px;
	overflow: hidden;
}

.col02 span{
	width: 500px;
	height: 500px;
	background-color: #000;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	line-height: 500px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.col02 span:hover{
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.col02_image{
	height: 330px;
	width: 460px;
	overflow: hidden;
}

.col02_image img{
	width: auto;
	height: 100%;
position: absolute;
top: -100%;
left: -100%;
right: -100%;
bottom: -100%;
margin: auto;
}

.col02 p{
	height: 54px;
}

.gotop{
	font-size: 1em;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 20px;
}

.gotop a:link,.gotop a:visited{
	color: #666666;
}

.gotop a:hover,.gotop a:active{
	color: #CCCCCC;
}

.big_banner{
	background-color: #666666;
	width: 250px;
	height: 120px;
	line-height: 120px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

.nopc{
	display: none;
}

/* ::::: Screen 640 ::::: */
@media screen and (max-width: 639px) {

.red_bar{
	width: 510px;
	height: 7px;
	background-color: #da1010;
}

.green_bar{
	width: 510px;
	height: 7px;
	background-color: #81b92d;
}

.blue_bar{
	width: 510px;
	height: 7px;
	background-color: #245BC8;
}

#header{
	height: 260px;
	width: 100%;
	background-color: #FFF;
}

#menu{
	list-style-type: none;
	height: 260px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #CCCCCC;
}

#menu li{
	height: 130px;
	width: 169px;
	float: left;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#menu p{
	text-align: center;
	line-height: 130px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	font-weight: bold;
}

#menu p a:link,#menu p a:visited{
	color: #000;
	font-weight: bold;
}

#menu p a:hover,#menu p a:active{
	color: #999;
}

#logo{
	background:url(../images/logo.svg);
	background-position: 0% -10px;
}

#shop{
	background: url(../images/shop.svg);
	background-position: 0% -10px;
	text-align: center;
	line-height: 130px;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#shop a:link,#shop a:visited{
	color: #FFF;
	font-weight: bold;
}

#shop a:hover,#shop a:active{
	color: #999;
}

#title{
	height: 580px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	background-position: 0% -200px;
}

#title_left{
	background-image: url(../images/title.jpg);
	height: 260px;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	background-position: 0% -200px;
}

#title_right{
	height: 320px;
	width: 510px;
	float: right;
	background-color: #E46E6F;
}

#title_form{
	height: 270px;
	width: 460px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 15px;
}

#title_text{
	position: absolute;
	top: 120px;
	left: 15px;
}

#title_text h1{
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: center;
}

#title_text p{
	color: #333333;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.0em;
	padding-left: 15px;
	text-align: center;
}

#category_box{
	height: 150px;
	width: 100%;
	background-color: #da1010;
}

#category{
	height: 150px;
	width: 510px;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
}

#category li{
	height: 49px;
	width: 254px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;	
}

#category li:first-child{
	height: 49px;
	width: 508px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}


#category p{
	text-align: center;
	line-height: 50px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#category_image_box{
	display: none;	
}

#main{
	position: relative;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
}

#main_left{
	width: 470px;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
}

#main_right{
	width: 470px;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
}

#page{
	position: relative;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 40px;
}

#page_left{
	width: 470px;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
}

#page_right{
	width: 470px;
	float: none;
	padding-right: 20px;
	padding-left: 20px;
}

#page_title{
	width: 100%;
	height: 200px;
	overflow-y: hidden;
	position: relative;
}

#page_title img{
	-webkit-animation-duration: 6s;  /* アニメーション時間 */
	-webkit-animation-name: page_slidein;  /* アニメーション名 */
	-webkit-animation-timing-function: ease;
	position: absolute;
	top: -100;
	left: -50%;
}

#information{
	list-style-type: none;
	border-bottom: 2px solid #ccc;
}

#information li{
	min-height: 2em;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#information li:first-child{
	border-bottom: 2px solid #ccc;
}

#information h1{
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	border-left: 30px solid #da1010;
	padding-left: 10px;
}

#information h2{
	display: none;	
}

#information h3{
	padding-right: 20px;
	height: 4em;
	font-size:1.0em;
	font-weight: bold;
	line-height: 4em;
}

#information h3 a:link,#information h3 a:visited{
}

#information h3 a:hover,#information h3 a:active{
}

#information h4{
	height: 4em;
	overflow: hidden;
	font-size: 1.0em;
	line-height: 2em;
}

#information span{
	font-size: 80%;
}

#footer_box{
	background-color: #CCC;
	width: 510px;
}

#footer {
	height: auto;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}

#footer h3{
	font-size: 1.2em;
}

#footer h4{
	font-size: 1.0em;
}

#company_list{
	margin-bottom: 20px;
}

#company_list dt{
	text-align: center;
	width: 490px;
	display: table-cell;
	padding: 10px;
}

#company_list dd{
	text-align: center;
	width: 490px;
	padding: 10px;
}

.nopc{
	display: block;
}

.mobile_center{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
 
 .item_br{
	display: inherit;
}

 
}

/* ::::: Contact Form 7 ::::: */
.c1{
background:#fff;
padding:15px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
line-height:50px;
}
 
.c2{
background:#E8EEF9;
padding:20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
line-height:50px;
}
 
p.c1,p.c2{
margin:0;
}
 
.c1:hover,.c2:hover{
	background-color: #EEEEEE;
}
 
.c1.last,.c2.last{
border-bottom:none;
}
 
.m-alert{
padding:5px;
background:#ff8080;
color:#fff;
margin:5px;
font-weight:normal;
}
 
.uline{
	border-bottom: dotted 2px #333;
	margin-bottom: 8px;
	padding-bottom: 8px;
	display: inline-block;
}

b{
	font-size: 80%;
}
