/* ================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Customized to include a flexible grid system, flexible image
   ================================================================ */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #444;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 77%;
    background: url('../images/common/body.jpg') left top repeat-x;
}

body.kasou{
	background: url('../images/common/body2.jpg') left top repeat-x;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
  margin: 20px;
  padding: 20px;
  background: #ffae00;
  border: 4px solid #ffe98e;
  color: #000;
}

.chromeframe a {
  padding: 3px;
  background: #ffe98e;
  color: #ff0000;
}

.chromeframe a:hover {
  text-decoration: underline;
  color:#ff0000;
}

/* ボックスモデルの指定 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ================================================================
構造・共通部分
   ================================================================ */
#wrapper{
	overflow: hidden;
	width: 1000px;
	margin: auto;
	background: url('../images/common/container.gif') left top repeat-y;
}

.kasou #wrapper{
	margin: 9px auto 0 auto;
}


/*top*/
header,nav{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

header {
	position: relative;
	height: 92px;
	background: url('../images/common/header.jpg') left top no-repeat;
}

header #logo{
	margin-top: 10px;
}

header address{
	position: absolute;
	top:57px;
	right: 5px;
	font-size: 77%;
	color: #666;
}

header h1{
	font-size: 77%;
	color: #666;
	margin-top: 6px;
}

nav ul li{
	float: left;
}

footer{
	clear: both;
	height: 183px;
	background: url('../images/common/footer_back.gif') left top repeat-x;
}


footer .footer{
	overflow: hidden;
	width: 1000px;
	margin: auto;
}

footer .footer ul{
	font-size: 93%;
	margin-top: 22px;
}

footer .footer ul li {
	float: left;
	margin-left : 10px;
	border-left: 1px solid #777;
	padding-left: 10px;
	line-height: 1.0;
	margin-bottom: 50px;
}

footer .footer ul li:first-child{
	border-left: none;
}

footer .footer ul li a{
	color: #444;
	text-decoration: none;
}

.footer2{
	overflow: hidden;
	height: 169px;
}

#f_logo{
	margin-left: 17px;
}

.copy{
	color: #fff;
	font-size: 77%;
	text-align: center;
}

.main, .side{
	
}

.main{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	width: 740px;
}

.side{
	float: left;
	width: 240px;
}

.side_box{
	margin-bottom: 10px;
}





.side_contact{
	overflow: hidden;
	position: relative;
	width: 220px;
	height: 201px;
	background: url('../images/side/contact_back.jpg') left top no-repeat;
}

.side_contact .add{
	color: #666;
	font-size: 77%;
	margin: 100px 0 0 86px;
	text-shadow: 0px 0px 5px #fff;
}

.side_contact .btn{
	position: absolute;
	top:156px;
	left:17px;
}


#kcorp{
	width: 220px;
}

body.kasou .side_contact{
	position: relative;
	overflow: hidden;
	width: 220px;
	height: 193px;
	background: url('../images/side/contact_back2.jpg') left top no-repeat;
}

body.kasou .side_contact .add{
	color: #666;
	font-size: 77%;
	margin: 92px 0 0 86px;
	text-shadow: 0px 0px 5px #fff;
}

body.kasou .side_contact .btn{
	position: absolute;
	top:148px;
	left:17px;
}

.inner{
	margin-left: 10px;
}

/* ================================================================
共通デザイン
   ================================================================ */
a{
	color: #f07922;
}

a:hover{
	text-decoration: none;
}

.clear{
	clear: both;
}


.right{
	text-align: right;
}

.bold{
	font-weight: bold;
}


table{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	padding:0px;
	border-collapse:separate;
	border-spacing:0px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	empty-cells:show;
	font-size: 93%;
}

th{
	padding:10px 8px 8px 10px;
	text-align:left;
	color:#444;
	background-color:#f1f1f1;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align: top;
	width: 170px;
}

td{
	padding:10px 8px 8px 10px;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.liarr ul li{
	padding-left: 10px;
	margin-bottom: 5px;
	color: #006c29;
	background: url('../images/common/ico_arrow.gif') left center no-repeat;
}

.liarr ul li a{
	color: #333;
}

.liarr ul{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #dedede;
	border-top: none;
}

/* ================================================================
ボックス
   ================================================================ */
.titleh2{
	width: 740px;
	height: 58px;
	padding: 13px 0 0px 55px;
	background: url('../images/common/h1_2.jpg') left top no-repeat;
	font-size: 140%;
}

.titleh3{
	width: 740px;
	height: 30px;
	background: url('../images/common/h1_3.jpg') left top no-repeat;
	font-size: 100%;
	padding: 8px 0 0 20px;
	font-weight: bold;
}

.titleh3_1{
	font-weight: bold;
}

.mt01{
	margin-top: 20px;
}

.mt011{
	padding-top: 20px;
}

.mt02{
	margin-top: 10px;
}

.mb01{
	margin-bottom: 20px;
}

.box001{
	overflow: hidden;
	margin-bottom: 20px;
}

.box002{
	overflow: hidden;
	margin-bottom: 30px;
}

.box003{
	overflow: hidden;
	margin-bottom: 0px;
}


.bor_box{
	padding: 20px;
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	
}

.box002 p,.box003 p {
line-height: 1.8;
margin-top: 5px;
}

.left_box001{
	width: 240px;
	float: left;
}

.right_box001{
	width: 435px;
	float: right;
}

.left_box002{
	width: 490px;
	float: left;
}

.right_box002{
	width: 240px;
	float: right;
}

.left_box003{
	width: 355px;
	float: left;
}

.right_box003{
	width: 355px;
	float: right;
}

.right_box002 img,.right_box004{
	margin-top: 10px;
}

.left_box004{
	width: 240px;
	float: left;
	margin-top: 8px;
}


.right_box004{
	width: 480px;
	float: right;
}


.lr_box{
	overflow: hidden;
	margin-top: 10px;
}


.left_box005{
	width: 290px;
	float: left;
	margin-right:10px;
}


.sample{
	width: 240px;
	background: #f1f1f1;
}

.imgbox1{
	padding: 20px;
}

.imgbox2{
	width: 696px;
	margin: auto;
}

.last{
	overflow: hidden;
	margin-bottom: 50px;
}
/* ================================================================
トップページ
   ================================================================ */
#top_catch{
	width: 1038px;
	margin:0 auto 0 auto;
}

.top_product_box ul li{
	float: left;
	width: 370px;
	height: 166px;
}

.top_product_box .top_product1{
	background: url('../images/top/product1.jpg') left top no-repeat;
}

.top_product_box .top_product2{
	background: url('../images/top/product2.jpg') left top no-repeat;
}

.top_product_box .txt{
	width: 270px;
	margin-left: 91px;
	margin-top: 46px;
	height: 63px;
}

.top_product_box .btn{
	width: 262px;
	margin: 10px 0 0 91px;
}

.news_box2{
	width: 100%;
	border: 1px solid #ddd;
	border-top: none;
	
}

.news_box2 dl{
clear: both;
overflow: hidden;
padding: 12px 10px ;
	background: url('../images/common/line_dot1.gif') left top repeat-x;
}

.news_box2 dl:first-child{
	background: none;
}

.news_box2 dl dt{
	
	float: left;
	width: 110px;
	margin-left: 18px;
	padding-left: 10px;
	color: #006c29;
	background: url('../images/common/ico_arrow.gif') left center no-repeat;
}


.news_box2 dl dd{
	float: right;
	width: 590px;
}

.news_box2 dl dd a{
	color: #444;
}

#privacy{
}

#privacy ul{
	margin: 10px;
}

#privacy ul li{
	text-indent: -1em;
	margin-left: 1em;
}


/* ================================================================
サイトマップ
   ================================================================ */
#sitemap ul>li {
		margin-bottom: 10px;
		padding-left: 15px;
		
}

#sitemap ul li.site_li{
	background: url('../images/common/ico_arrow2.gif') left 3px no-repeat;
}

#sitemap ul a{
	color: #444;
}

#sitemap ul ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

#sitemap {
	min-height: 600px;
}

#results dl dt img{
	padding: 5px;
	border: 1px solid #ddd;
}

#results ul li{
	float: left;
	width: 172px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 20px;
}

#results,#single{
	min-height: 600px;
}

.ddate{
	color: #999;
	font-size: 85%;
	text-align: right;
}

.single_content{
	min-height: 300px;
}

.ar ul{
	margin-top: 10px;
}

.ar ul li{
	background: url('../images/common/ico_arrow2.gif') left 3px no-repeat;
	padding-left: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: left;
}


.wp_social_bookmarking_light{
	overflow: hidden;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wp_social_bookmarking_light div{
display: inline;
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    height: 23px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
.wsbl_twitter{
    width: 100px;
}