@charset "UTF-8";

/*  
Theme Name: WSC6
Theme URI: http://wsc.studiobrain.net/
Description: WSC Project, Very simple theme. Markup of css which can facilitate customization.
Version: 2.0
Author: Go Imai
Author URI: http://www.studiobrain.net/
Tags: black,silver,white,light,two-columns,right-sidebar,fixed-width,custom-background,custom-menu,editor-style,sticky-post,translation-ready,threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------------------------------------------------------
 WordPress CMS Theme. Based on work by WSC Project: http://wsc.studiobrain.net/
---------------------------------------------------------------------------- */

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;}
body{line-height:1;}
ol, ul{list-style:none;margin:0;padding:0;}
blockquote, q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
caption{width:100%;}
a{outline:none;}


/*style*/
body{margin:0px;padding:0;-webkit-text-size-adjust: none;font:13px/23px "Meiryo","MS PGothic","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;color:#333;}
h1,h2,h3,h4,h5,h6,p{margin:0 0 20px;}
ul,ol{padding:0;margin:0 0 20px 20px;}
h1{font-size:20px;line-height:22px;}
h2{font-size:18px;line-height:20px;}
h3{font-size:16px;line-height:18px;}
h4{font-size:14px;line-height:16px;}
h5{font-size:12px;line-height:14px;}
h6{font-size:11px;line-height:13px;}
img{border:none;}
a{text-decoration:underline;}
a:hover{text-decoration:none;}
.screen-reader-text{display:none;}
.clear{clear:both;}
.clear hr{display:none;}
hr{background-color:#ddd;border:0;height:1px;clear:both;margin:30px auto;}
blockquote{margin:0px 0px 20px;padding:10px 20px 10px 20px;background-color:#f4f4f4;border:1px solid #ddd;border-radius:5px;-moz-border-radius:5px;}
blockquote blockquote{margin:20px 0;background-color:#fff;}
blockquote blockquote blockquote{margin:20px 0;background-color:#f4f4f4;}
blockquote p{padding:0px;margin:0px 0px 0px 0px}
table{margin-bottom:20px;}
object,embed{width:100%;display:block;margin:auto;}

/*space*/
#header,#wrap,#footerWrap,#footerBottom,#breadcrumb{width:940px;margin:auto;}
#header{overflow:hidden;}
#wrap{text-align:left;clear:both;}
#content{float:left;text-align:left;overflow:hidden;padding:20px;width:660px;}
.page #content{width:900px;}
#side{width:235px;overflow:hidden;padding:0;margin:0px;float:right;}
#footer{clear:both;}

/*header*/
#siteTitle{margin:0;padding:0;}
#siteTitle a{float:left;font-size:20px;line-height:70px;}
#siteDescription{font-size:12px;font-weight:normal;font-style:normal;line-height:40px;margin:0 5px 0 0;padding:0;float:right;}

/*header-logo*/
#siteTitle a{background:url(img/logo.png) no-repeat;float:left;text-indent:-8909px;width:200px;}

/*sub-menu*/
#header .menu {margin:0;padding:0;float:right;clear:right;}
#header .menu li{float:left;margin-right:5px;}
#header .menu li a{float:left;font-size:12px;line-height:15px;padding:5px 10px;background-color:#eee;border-radius:2px;-moz-border-radius:2px;}
#header .menu li.current-menu-item a,
#header .menu li.current-post-parent a,
#header .menu li.current_page_parent a{text-decoration:none;background-color:#48e;color:#fff;}

/*mainMenu*/
#mainMenu {background-color:#737373;}
#mainMenu ul{background:#a6a6a6 url(img/main_menu_bg.gif);margin:auto;width:940px;height:40px;}
#mainMenu li {float:left;position:relative;}
#mainMenu a {color:#fff;text-decoration: none;display: block;line-height:40px;padding: 0 10px;background:url(img/main_menu_bg.gif)}
#mainMenu ul ul {box-shadow:0px 3px 3px rgba(0,0,0,0.2);-moz-box-shadow:0px 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:0px 3px 3px rgba(0,0,0,0.2);display:none;position:absolute;top:40px;left:0;float:left;width:188px;z-index:99999;height:auto;background-image:none;}
#mainMenu ul ul li {min-width:180px;}
#mainMenu ul ul ul {left:100%;top:0;}
#mainMenu ul ul a {background:#5d5d5d;line-height:1em;padding:10px;width:168px;height:auto;text-indent:0;}
#mainMenu ul ul a:hover {background:#555;}
#mainMenu li:hover > a,
#mainMenu ul ul :hover > a {background-position:left -40px;}
#mainMenu ul li:hover > ul {display:block;/display:none;}
#mainMenu ul li.current_page_parent > a,
#mainMenu ul li.current_page_item > a,
#mainMenu ul li.current-menu-ancestor > a,
#mainMenu ul li.current-menu-item > a,
#mainMenu ul li.current-menu-parent > a {background-position:left bottom;}

/*menu-image-sample-code-----------------------------------------------------
#mainMenu ul{background-image:url(img/main_menu.png);}
#mainMenu a {background:url(img/main_menu.png) no-repeat -9878px -9898px;width:168px;text-indent:-9876px;}
#mainMenu #menu-item-999:hover > a {background-position:right -40px;}
#mainMenu #menu-item-999.current_page_item > a,
#mainMenu #menu-item-999.current_page_parent > a,
#mainMenu #menu-item-999.current-menu-parent > a{background-position:right bottom;}
---------------------------------------------------------------------------- */


/*top-image*/
#topImage{clear:both;background-color:#999;}
#topImageWrap{margin:auto;width:940px;height:300px;}

/*second-image*/
#secondImage{height:70px;clear:both;background-color:#999}

/*breadcrumb*/
#breadcrumb{color:#fff;clear:both;padding-top:20px;font-size:12px;line-height:30px;}
#breadcrumb a{color:#fff;text-decoration:none;}

/*content*/
.hentry ul{margin-left:25px;padding-left:0px;list-style-type:disc;}
.hentry ol{margin-left:30px;padding-left:0px;list-style-type:decimal;}
.hentry .postmetadata{text-align:right;font-size:12px;clear:both;}
.sticky {background:#f8f8f8;margin:0 0 30px;padding:20px;border-bottom:3px solid #333;}
.sticky hr{display:none;}

/*navigation*/
.navigation{clear:both;padding:20px 0 0;font-size:11px;line-height:11px;text-align:center;}
.navigation a{color:#fff;padding:5px 10px;background-color:#999;text-decoration:none;border-radius:5px;-moz-border-radius:5px;margin:2px;padding:5px 10px;}
.navigation a:hover{background-color:#aaa;}
.navigation div.alignleft {float:left;}
.navigation div.alignright {float:right;}
.navigation span{color:#fff;padding:5px 10px;border-radius:5px;-moz-border-radius:5px;margin:2px;}
.navigation span.current{background-color:#48e;}
.navigation span.pages{background-color:#ccc;padding:5px 20px;}

/*toTop*/
#toTop{text-align:right;font-size:11px;line-height:19px;}

/*image*/
.thumbnail-align img{float:left;padding:7px;margin:0 20px 20px 0;background-color:#eee;}
img.alignleft{float:left;padding:7px;margin:0 20px 20px 0;background-color:#eee;}
img.alignright{float:right;padding:7px;margin:0 0 20px 20px;background-color:#eee;}
.aligncenter{clear: both;display: block;margin:auto;}
.wp-caption {background: #f1f1f1;line-height: 18px;margin-bottom: 20px;text-align: center;padding:7px 2px;}
.wp-caption.alignleft{float:left;margin:0 15px 15px 0;}
.wp-caption.alignright{float:right;margin:0 0 15px 15px;}
.wp-caption img {margin:0;}
.wp-caption p.wp-caption-text {color: #888;font-size: 12px;margin:0;}
.gallery {margin:0 auto 18px;padding:0 0 25px;}
.gallery .gallery-item {float: left;text-align: center;}
.gallery .gallery-caption {color: #888;font-size: 12px;margin:0;}
.gallery br+br {display: none;}

/*comment*/
.commentlist{margin:0;}
.commentlist p{margin:10px 0;clear:both;}
.commentlist li{clear:both;}
.commentlist .comment-body{border-bottom:1px solid #ccc;margin:0 0 10px;clear:both;font-size:12px;line-height:20px;padding:10px 10px 0;}
.commentlist .reply{text-align:right;}
.commentlist .avatar{float:left;margin:0 10px 0 0;}
.comment-author.vcard {}
#commentform p{margin:0 0 5px;}
#commentform textarea#comment{font-size:13px;line-height:20px;border:1px solid #666;padding:3px;width:98%;}
#commentform input#url,
#commentform input#email,
#commentform input#author{font-size:13px;line-height:20px;border:1px solid #666;padding:3px;clear:both;width:98%;}
#commentform .required{color:#c00;}
#commentform label{}
.commentlist .bypostauthor{background-color:#fdfcda;}

/*side-widget*/
.sideWidget{padding:15px;border-bottom:1px solid #f3f3f3;}
.sideWidget .widgetTitle{margin:0;font-weight:bold;}
.sideWidget ul{margin:0;}
.sideWidget ul ul{margin:0;padding:0 0 0 10px;}
.sideWidget p{margin:0;}
.sideWidget th,.sideWidget td{padding:0;text-align:center;}

/*footer*/
#footerBottom{padding:10px 0 0;}
#copyright{float:right;padding-bottom:50px;}

/*footer-widget*/
#footerWrap{background:#eee url(img/footer_widget_area_bg.gif) repeat-y;clear:both;margin:0 auto;min-height:250px;}
#footerWidgetArea{float:left;width:100%;margin:0;}
.footerWidget{float:left;padding:15px;width:205px;margin:0;}
.footerWidget .widgetTitle{margin:0;font-weight:bold;}
.footerWidget ul{margin:0;}
.footerWidget p{margin:0;}

/*footer-menu*/
#footer-menu{clear:both;}
#footer-menu ul{float:left;margin:0;padding:0;}
#footer-menu li{float:left;margin-right:10px;}
#footer-menu a{float:left;}

/*infinitescroll*/
#infscr-loading {text-align:center;z-index:100;position:fixed;left:35%;bottom:20%;width:30%;background:#000;opacity:0.8;color: #FFF;border-radius:10px;padding:20px 0;font-size:13px;line-height:30px;}

/*Contact Form 7*/
.wpcf7-form{border:1px solid #ddd;margin:0 auto 20px;padding:20px;background-color:#f4f4f4;border-radius:20px;-moz-border-radius:20px;}
.wpcf7-form input{margin:0;}
.wpcf7-form textarea{width:99%;margin:0 0 10px;}
.wpcf7-form p{margin:0 0 10px;}
.wpcf7-not-valid-tip{padding:2px;clear:both;color:#c00;}
.wpcf7-display-none{display:none;}
.wpcf7-form img.ajax-loader{float:right;margin-top:-30px;}
.wpcf7-response-output{margin:0 0 20px;padding:5px;text-align:center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;}
.wpcf7-mail-sent-ok{background-color:#4d8e36;color:#fff;}
.wpcf7-mail-sent-ng{background-color:#fc4d51;color:#fff;}
.wpcf7-spam-blocked{background-color:#fead5f;color:#000;}
.wpcf7-validation-errors{background-color:#f8e48e;color:#000;}
input.wpcf7-submit{margin:10px auto;width:218px;height:52px;border-style:none;text-indent:-9999px;display:block;cursor:pointer;background:transparent url(img/submit_btn.gif) center top;padding:0;}
input.wpcf7-submit:hover{background:transparent url(img/submit_btn.gif) center bottom;}

/*mobilesmart_switcher*/
#mobilesmart_switcher{clear:both;font-size:1em;text-align:center;line-height:2em;}




/*20130522カスタム*/

/*　屋外型AED収納ボックス　飯田電子設計株式会社　common.css　*/


#top_body {
	margin:0;
	padding:0;
	font-family : "メイリオ", "Verdana", "Helvetica", "ＭＳ ゴシック", "Osaka－等幅";
	font-ssize:small;
	color:#333;
	line-height:160%;
	text-align:left;
	background-image: url(/image/top_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

body {
	margin:0;
	padding:0;
	font-family : "メイリオ", "Verdana", "Helvetica", "ＭＳ ゴシック", "Osaka－等幅";
	font-size:small;
	color:#333;
	line-height:160%;
	text-align:left;
	background-image: url(/image/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#006699;
	text-decoration:underline;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
ul, li {
	margin:0;
	padding:0;
	
}
dl, dt, dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
form {
	margin:0;
	padding:0;
}

.imgstyle_1{
	margin:0 0 20px 0;
}



h1 {
	width:950px;
	margin:0 auto 0 auto;
	font-size:100%;
	font-weight:normal;
}
/*　トップページ ヘッダー　*/
#header {
	height: 70px;
	width:950px;
	position: relative;
	margin:0 auto;
}
h1 {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	line-height: 190%;
}
#header dl {
	width:950px;
	padding:0px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
#header dt {
	width:310px;
	height:26px;
	float:left;
	margin:35px 0 0 0;
}
#header dd {
	width:178px;
	height:47px;
	float:right;
	margin:5px 0 0 0;
}


/*　メイン　*/
#main {
	width:700px;
	float:left;

}
#contents {
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
#top_cont {
	margin-bottom:20px;
	overflow:hidden;
	background-image:url(/image/cbg.gif);
	background-position: bottom;
}


/*　サイド　*/
#side {
	width:230px;
	float:right;
}
ul#sidemenu li{
	width:230px;
	height:25px;
	list-style-type: none;
	margin:0 0 10px 0;
}
.ban {
	margin-bottom:20px;
}
/*　フッター　*/
#footer {
	width:950px;
	margin:20px auto 10px auto;
	background-image: url(/image/f_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#footer h3{
	padding:20px 0 0 0;
}
#footer ul {
	line-height : 110%;
	padding-top : 25px;
	float:right;
}
#footer li {
	display : inline;
	padding : 0 7px;
	border-right : 1px solid #ccc;
}
#copy {
padding: 5px 0 0 0;
font-size:80%;
}


#mainimage {
	width:950px;
	margin:0 auto 20px auto;

}
.imgstyle_2 {
	margin:0 0 28px 0;
}
.imgstyle_3 {
	margin:0 0 10px 0;
}
ul#eco {
	clear:both;
	width:700px;
	height:190px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin:0 0 20px 0;
}
ul#eco li {
	float:left;
	margin:0 20px 0 0;
	width:220px;
	height:190px;
	padding:0;
	display: inline;
}
ul#oth {
	clear:both;
	width:700px;
	height:80px;
	margin:0;
	padding:0;
	list-style-type:none;
	margin:0 0 20px 0;	
}
ul#oth li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	width:340;
	height:80px;
}

ul#oth li img{
	margin:0;
	padding:0;
}


h2{
	clear:both;
	background-image: url(/image/title_bg.png);
	background-repeat: no-repeat;
	width:680px;
	height:26px;
	font-size:110%;
	padding:6px 0 0 20px;
}
p{
	padding:15px;
}

ol {
	margin:15px;
	padding:0 0 0 20px;
}

ol li{
	padding:0 0 0 0px;

}

#pat{
	margin:20px 0 10px 20px;
}

 a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}




/*　屋外型AED収納ボックス　飯田電子設計株式会社　page.css　*/


/*　製品仕様　*/


#spec {
	margin:20px 0 40px 0;
	width:100%;
	text-align:center;
	border-collapse: collapse;
}

#spec th{
	padding:6px;
	border : 1px solid #ccc;
	width:19%;
	background-color: #FFF7FF;
	text-align: left;
}

#spec td{
	padding:6px;
		border : 1px solid #ccc;
		width:27%;
	text-align: left;
}


/*　実績　*/
dl.jisseki{
	margin:20px;
}
dl.jisseki dt{
	width:5em;
	float:left;
	margin-right:1em;
}

dl.jisseki dd{
	margin-left:6em;
}

.j_photo{
	margin:0 20px;
}

.j_photo img{
	width:202px;
	padding:1px;
	border:1px solid #ccc;
	margin:0 21px 20px 0;
	float:left;
}

.katsuyaku_img{
	width:202px;
	padding:1px;
	border:1px solid #ccc;
	margin:0 10px 20px 0;
	float:left;
}


/*　faq　*/

#qabox {
	margin: 0 20px;
}
/* --- Questionエリア --- */
#qabox dt {
	margin: 20px 0 0 0;
	padding: 5px 0 12px 30px; /* Questionエリアのパディング（上右下左） */
	background: url(../faq/image/q.gif) no-repeat left top; /* Questionエリアの背景 */
	font-weight: bold;
	line-height: 120%;
	font-size: 110%;
}
/* --- Answerエリア --- */
#qabox dd {
	margin: 0;
	padding: 2px 0 15px 30px; /* Answerエリアのパディング（上右下左） */
	background: url(../faq/image/a.gif) no-repeat left top; /* Answerエリアの背景 */
	line-height: 150%;
	border-bottom: 1px #c0c0c0 dotted; /* リスト項目の下境界線 */
}



.postmetadata{
	clear:both;
	
}


#main h3{
margin:50px 0 10px!important;
padding:0 0 10px!important;
border-bottom:dotted #000 1px;

}




.wp-caption {
background: none;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
padding: 2px;
}


.wp-caption.alignleft:last-child {
    margin: 0 0 15px 0!important;
}

.wp-caption.alignleft {
    float: left;
margin: 0 10px 15px 0;
}

.j_photo img:last-child {
    margin: 0 0 15px!important;
}

.p_list{
	float:left;
	width:202px;
	margin:0 20px 15px 0;
	text-align:center;
}


.p_list :last-child {
    margin: 0 0 15px!important;
}
.p_list img{
	margin:0 0 15px;
width: 202px;
padding:1px;
border: 1px solid #ccc;
}
