/*
Theme Name: doffice
Theme URI: https://www.doffice.co.jp/
Description: doffice
Version: 1
*/


html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset{
	margin:0;
	padding:0;
	color:#333;
	font-weight:normal;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


html{
	overflow:scroll;
	overflow:-moz-scrollbars-vertical;
	overflow-x:scroll;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
}

a{
	color:#128818;
}
a:hover{
	color:#0C0;
}

.right{
	float:right;
}
.left{
	float:left;
}
.container{
	padding: 0px auto;
}

.pic:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


img{
	margin:0;
}

.cb{
	font-size:0;
	clear:both;
}


body{
	font-size: 14px;
	font-family: "Meiryo","メイリオ","ＭＳ　Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:1.6;
	text-align:center;
}

#top{
	border-top:5px solid #118232;
	text-align:left;
}

#top2,
#page_cts {
	text-align:left;
}






/* home */
#top_img{
	margin:0 auto 20px auto;
	width:100%;
	overflow:hidden;
	text-align:center;
}



#top_bn{
	margin:20px 0 30px 0;
	padding:20px 0;
	border-top:2px solid #c8c8c8;
	border-bottom:2px solid #c8c8c8;
}


#top_news_ttl{
	border-bottom:2px solid #c8c8c8;
	height:35px;
}
#top_news_ttl .box1{
	float:left;
}
#top_news_ttl .box2{
	float:right;
}
#top_news_ttl .box2 a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#top_news_ttl .box1 h2{
	font-weight:bold;
}
#top_news_ttl .box2 a:hover{
	text-decoration:underline;
}

#top_news {
	padding: 10px 0px 50px 0px;
	text-align: left;
}
#top_news ul{
	list-style:none;
}
#top_news li{
	padding:3px 0 5px 0;
	border-bottom:1px dotted #118232;
}
#top_news li span {
	margin:0 10px 0 0;
	float:left;
}

.news_box {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #118232;
}
.news_box p {
	margin:0 10px 0 0;
	float:left;
}
.news_box span {
	margin:0 10px 0 0;
	float:left;
}
.news_box h5 {
	font-weight: normal;
	font-size:100%;
}



#ft{
	padding:25px 0;
	background:#434343;
	border-bottom:20px solid #108614;
	text-align: left;
}
#ft .box1,
#ft .box2,
#ft .box3,
#ft .box4{
	float:left;
}

#ft .box2{
	width:230px;
}
#ft .box3{
	width:200px;
}
#ft ul{
	list-style:none;
}
#ft,
#ft p,
#ft li,
#ft a{
	color:#FFF;
	text-decoration:none;
}
#ft a:hover{
	text-decoration:underline;
}
#ft .box1 p{
	margin:0 0 10px 0;
}
#ft .box2 p,
#ft .box3 p,
#ft .box4 p{
	text-indent:15px;
	background:url(/new_img/ft_ya.gif) left center no-repeat;
}
#ft .box1 strong{
	font-size:16px;
}

#nav{
	border-top:2px solid #c8c8c8;
	margin:15px 0 10px 0;
	text-align: left;
}
#nav .in{
	padding:10px 0;
}

#searchsubmit{
	background:#128818;
	color:#FFF;
	border:1px solid #128818;
	height:22px;
}
/* pagetop
---------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 130%;
}
#page-top a {
    background: #888;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0 12px 0;
    text-align: center;
    display: block;
    border-radius: 30px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/* contact
---------------------------------------------------- */
#contact_pop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 80px;
}

#contact_pop img {
	width: 150px;
}
#contact_pop a {
    display: block;
}
#contact_pop a img {
	transition: 1s;
}
#contact_pop a:hover img {
opacity: .6;
}

/* mobile */
@media screen and (min-width: 320px) {

	#hd,
	#top_news_ttl,
	#top_news,
	#ft .in,
	#nav .in,
	#page_cts,
	.top_b {
		margin:0 auto;
		width:95%;
	}
	#page_cts{
		margin-bottom:40px;
	}

	#top_s{
		margin:0 auto;
		width:100%;
	}
	#top_bn .in{
		margin:0 auto;
		width:90%;
	}


	#hd .box1{
		margin-top:20px;
		text-align:center;
		width:100%;
	}
	#hd .box2{
		display:none;
	}

	/* home */
	#top_img{
		margin:20px auto;
	}
	#top_img img{
		height:auto;
		width:100%;
	}
	#top_bn ul{
		list-style:none;
	}
	#top_bn img{
		width:100%;
		height:auto;
	}

	#top_s a{
		display:block;
		color:#333;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
	}
	#top_s ul{
		border-top:1px solid #999;
		list-style:none;
	}
	#top_s li{
		padding:10px 0;
		border-bottom:1px solid #999;
		text-indent:80px;
	}
	#top_s .list1{ background:url(/new_img/top_s1.png) left bottom no-repeat; }
	#top_s .list2{ background:url(/new_img/top_s2.png) left bottom no-repeat; }
	#top_s .list3{ background:url(/new_img/top_s3.png) left bottom no-repeat; }
	#top_s .list4{ background:url(/new_img/top_s4.png) left bottom no-repeat; }
	#top_s .list5{ background:url(/new_img/top_s5.png) left bottom no-repeat; }
	#top_s .list6{ background:url(/new_img/top_s6.png) left bottom no-repeat; }
	#top_s .list7{ background:url(/new_img/top_s7.png) left bottom no-repeat; }
	#top_s .list8{ background:url(/new_img/top_s8.png) left bottom no-repeat; }
	
	#top_s .list1,
	#top_s .list2,
	#top_s .list3,
	#top_s .list4,
	#top_s .list5,
	#top_s .list6,
	#top_s .list7,
	#top_s .list8{
		background-size:contain;
	}

	#top_s a{
		display:block;
		color:#333;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
	}
	#top_s a:hover{
		text-decoration:underline;
	}
#top_news_ttl .box2 a{
	font-size:80%;
}

/* img
---------------------------------------------------- */
img.centered,
img.alignright,
img.alignleft,
img.alignnone,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
clear:both;
}
.alignright {
  float: none;
}
.alignleft {
  float: none;
}

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #9C0; /* 線色 */
	height: 1px; /* 高さ */
    max-width: 100%;
clear:both;
margin: 20px 0px;
}

/* form
/* ------------------------------------- */
dl.fo {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #9C3 solid 1px;
	background: #F6FFEA;
}
.fo_box {
	width: 100%;
	border-bottom: #9C3 solid 1px;
	padding: 0px 0px 0px 0px;
}
dl.fo2 {
	width: 100%;
	color: #333333;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: #9C3 solid 1px;
	background: #F6FFEA;
}
.fo_box2 {
	width: 100%;
	border-bottom: #9C3 solid 1px;
	padding: 0px 0px 0px 0px;
}
dl.fo dt,
dl.fo2 dt {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	float: left;
	color: #663300;
	line-height: 120%;
	border-bottom: #9C3 solid 1px;
}
dl.fo dd,
dl.fo2 dd {
	width: 100%;
	padding: 10px;
	float: left;
	background-color: #FFF;
}
.fo2_2 {
	background-color: #FFF;
	height: 30px;
}
p.fo_tex01 {
	font-size: 12px;
	color: #333333;
	line-height: 19px;
	padding: 0px 0px 10px 0px;
}
.f_b {
	padding: 10px 0px 20px 0px;
	background-color: #FFF;
	text-align:left;
}
.er {
	font-size: 15px;
	color: #FF3300;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
.f_t2 {
	font-size: 12px;
	color: #663300;
	line-height: 17px;
	padding: 2px;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.t_m {
	line-height: 160%;
}
span.wpcf7-list-item { display: block; }
.delivery{
	background: #FCF7EA;
	width: 100%;
	padding: 10px 0px;
}


/* carousel
---------------------------------------------------- */

#top_banner{
	border-top:2px solid #c8c8c8;
	background:#e9e9e9;
	padding: 5px 0px 5px 0px;
	
}

.carousel {
	margin: 10px auto 0px auto;
	width: 100%;
	text-align: left;
	position: relative;
}
.carousel2 {
	margin: 0px 10px;
}
.carousel2 img {
	width: 98%;
}


/* 富山センター　carousel3
---------------------------------------------------- */
#top_banner_t{
	border-top:2px solid #c8c8c8;
	background:#c2cfc2;
	padding: 5px 0px 5px 0px;
	margin-bottom:-20px
	
}
.carousel3 {
	margin: 0px 10px;
}
.carousel3 img {
	width: 98%;
}
.carousel3 a{border-style:none;outline:none;}
.carousel3 a:hover img {
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

/*	arvhive
/* ------------------------------------- */
.info_box1{
	margin: 20px 0px 0px 0px;
}
.info_box{
	border-bottom: #666 dotted 1px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
.info_box span {
	margin:0 10px 0 0;
	float:left;
}


.i_box{
	float:left;
width: 75%;
}
.i_date{
	color: #333;
	margin: 0px 10px 0px 0px;
}
.i_text{
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.i_m{
	color: #666;
	margin: 0px 10px 0px 0px;
	clear:both;
}
.i_text a {
	color: #090;
	text-decoration: underline;
	font-weight: normal;
}
.i_text a:visited {
	color: #390;
	text-decoration: underline;
}
.i_text a:hover {
	color: #390;
	text-decoration: underline;
}
.i_date2{
	color: #666;
}
.i_title{
	color: #090;
	font-size: 150%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #390 dotted 1px;
}
.i_m2{
	color: #666;
	font-size: 110%;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	border-bottom: #390 dotted 1px;
}
.i_text_box{
	border-bottom: #390 dotted 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.back{
	color: #888;
max-width: 100%;
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 20px 0px;
}
.back a {
	text-decoration: none;
	color: #888;
}
.back a:visited {
	color: #888;
	text-decoration: underline;
}
.back a:hover {
	color: #999;
	text-decoration: underline;
}

	/* img
---------------------------------------------------- */
#page_be img {
	border: 0;
max-width: 100%;
height: auto;
width /***/:auto;　
}

.top_b {
		margin: -20px auto 20px auto;
	}	
.top_b01,
.top_b02{
		width: 100%;
	margin: 0 0 10px 0;
	}
.top_b01 img,
.top_b02 img {
		width: 100%;
	}		
	

}
/* tablet */
@media screen and (min-width: 768px) {


	
	/* home */
	

	#top_bn li{
		float:left;
		margin:0 0 0 25px;
		width:30%;
	}
	#top_bn li:first-child{
		margin:0;
	}
	#ft .box1{
		width:350px;
	}
#top_news_ttl .box2 a{
	font-size:90%;
}
.news_box h5 {
	float:left;
}


/* img
---------------------------------------------------- */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
clear:none;
}
img.alignright {
    margin-left: 20px;
    margin-right: 0;
    margin-bottom: 2px;
    display: inline;
clear:none;
}
img.alignleft {
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 2px;
    display: inline;
clear:none;
}
img.alignnone {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
clear:none;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}



/* map
---------------------------------------------------- */
.shop_box_l {
	float: left;
	width: 250px;
}
.shop_box_r {
	float: left;
	width: 460px;
}


/* carousel
---------------------------------------------------- */
.carousel {
	margin: 20px auto 0px auto;
	text-align: left;
	position: relative;
}
.carousel2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 23px;
}


/*	arvhive
/* ------------------------------------- */
.i_date,
.i_text{
	float: left;
}

.top_b01{
		width: 49%;
	float: left;
	margin: 0;
	}
.top_b02{
		width: 49%;
	float: right;
	margin: 0;
	}
}
/* pc */
@media screen and (min-width: 992px) {
	body{
		background:#FFF;
	}

	#hd,
	#mn,
	#top_s,
	#top_bn .in,
	#top_news_ttl,
	#top_news,
	#nav .in,
	#ft .in,
	#page_cts,
	.top_b {
		margin:0 auto;
		width:980px;
	}

.top_b {
		margin: -30px auto 20px auto;
	}		
	
	#page_cts{
		margin-bottom:40px;
	}


	#hd .box1{
		float:left;
		margin:0;
		padding:20px 0 0 0;
		width:255px;
		height:68px;
		text-align:left;
	}
	#hd .box2{
		display:block;
		float:right;
		padding:35px 0 0 0;
		width:660px;
	}
	#hd .box2 ul{
		list-style:none;
	}
	#hd .box2 li{
		float:left;
		margin:0 15px 0 0;
		padding:0 0 0 25px;
	}
	#hd .box2 .list1{ background:url(/new_img/hd_smenu1.jpg) left center no-repeat; }
	#hd .box2 .list2{ background:url(/new_img/hd_smenu2.jpg) left center no-repeat; }
	#hd .box2 .list3{ background:url(/new_img/hd_smenu3.jpg) left center no-repeat; }
	#hd .box2 a{
		color:#333;
		text-decoration:none;
	}
	#hd .box2 a:hover{
		text-decoration:underline;
	}
#hd .sns{
		float:left;
		margin:0 5px 0 0 !important;
		padding:0 0 0 5px !important;
	}


	/* home */
#top_s{
		margin:0 auto 10px auto;
	}

	#top_s a{
		display:block;
		color:#333;
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		margin-left: 60px; 
		margin-bottom: 30px; 
	}
	#top_s a:hover{
		text-decoration:underline;
	}
	#top_s ul{
		border:none;
		margin: 0 0 10px 0;
	}
	#top_s li{
		padding:15px 20px 0px 20px;
		float:left;
		width:25%;
		border-right:1px solid #c8c8c8;
		border-bottom:none;
		text-indent:0;
		box-sizing: border-box;
	}
	#top_s li:first-child,
	#top_s li:nth-child( 5 ) {
		border-left:1px solid #c8c8c8;
	}
	.top_s_b {
 border-bottom:1px solid #c8c8c8;
	margin: 0 0 10px 0;
}
	#top_s .list1{ background:url(/new_img/top_s1.png) 10px top no-repeat;}
	#top_s .list2{ background:url(/new_img/top_s2.png) 10px top no-repeat; }
	#top_s .list3{ background:url(/new_img/top_s3.png) 10px top no-repeat; }
	#top_s .list4{ background:url(/new_img/top_s4.png) 10px top no-repeat; }
	#top_s .list5{ background:url(/new_img/top_s5.png) 10px top no-repeat; }
	#top_s .list6{ background:url(/new_img/top_s6.png) 10px top no-repeat; }
	#top_s .list7{ background:url(/new_img/top_s7.png) 10px top no-repeat; }
	#top_s .list8{ background:url(/new_img/top_s8.png) 10px top no-repeat; }
	
	#top_s .list1,
	#top_s .list2,
	#top_s .list3,
	#top_s .list4,
	#top_s .list5,
	#top_s .list6,
	#top_s .list7,
	#top_s .list8{
		background-size:30%;
	}
	#top_bn li{
		width:310px;
	}

	#ft .box1{
		width:510px;
	}
	
/* form
/* ------------------------------------- */
dl.fo {
	width: 980px;
}
.fo_box {
	width: 980px;
}
dl.fo2 {
	width: 980px;
}
.fo_box2 {
	width: 980px;
}
dl.fo dt,
dl.fo2 dt {
	width: 300px;
	text-align: right;
	border-bottom: none;
}
dl.fo dd,
dl.fo2 dd {
	width: 640px;
}
.f_b {
	text-align:left;
}

.t_l {
	float:left;
	width:355px;
	margin: 0px 20px 0px 0px;
}

.t_r {
	float:left;
	width:355px;
	margin: 10px 0px 0px 0px;
}

/* carousel
---------------------------------------------------- */
.carousel {
	width: 1000px;
}
.carousel2 {
	width: 990px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
}
.carousel2 img {
	width: 234px;
}
#contact_pop img {
	width: 250px;
}
}
@media screen and (min-width: 1200px) {
	#top_img{
	}
}








/*
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}





body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}





h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}





p img {
	padding: 0;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}






html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}





#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}





.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}





#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}





#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { 
	background-color: #fff; }





acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}





.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/

.ttl1{
	
	padding:8px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #4ba81c 0%, #0f8112 100%);
	background: -webkit-linear-gradient(top,  #1e5799 0%,#4ba81c 0%,#0f8112 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#4ba81c 0%,#0f8112 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f8112',GradientType=0 );
	
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	
	letter-spacing:2px;

}
.ttl2,
.ttl2_o{
	margin-bottom:10px;
	
	padding:4px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #4ba81c 0%, #0f8112 100%);
	background: -webkit-linear-gradient(top,  #1e5799 0%,#4ba81c 0%,#0f8112 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#4ba81c 0%,#0f8112 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f8112',GradientType=0 );
	
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	
	letter-spacing:2px;

}
.ttl2_o{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff752b+0,ff6005+100 */
background: #ff752b; /* Old browsers */
background: -moz-linear-gradient(top,  #ff752b 0%, #ff6005 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff752b 0%,#ff6005 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff752b 0%,#ff6005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff752b', endColorstr='#ff6005',GradientType=0 ); /* IE6-9 */
}


.ttl2 a,
.ttl2_o a{
	color:#FFF;
}
.ttl3{
	margin:0 0 10px 0;
	font-size:18px;
	color:#178b1c;
	border-bottom:1px solid #178b1c;
}
.ttl2 a,
.ttl3 a{
	text-decoration:none;
}
.ttl2 a:hover,
.ttl3 a:hover{
	text-decoration:underline;
}

.ttl4{
	
	padding:4px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #4ba81c 0%, #0f8112 100%);
	background: -webkit-linear-gradient(top,  #1e5799 0%,#4ba81c 0%,#0f8112 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#4ba81c 0%,#0f8112 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f8112',GradientType=0 );
	
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;

}



.tbl{
	margin:10px 0;
	border-collapse:collapse;
}
.tbl th,
.tbl td{
	padding:8px;
	text-align:left;
	border-bottom:1px solid #126e17;
	border-left:1px solid #126e17;
	vertical-align:top;
}
.tbl th{
	white-space:nowrap;
	color:#666;
	font-weight:normal;
	background:#F1F1F1;
	border-top:1px solid #126e17;
	border-right:1px solid #126e17;
}
.tbl td{
	background:#FFF;
}


.item_box,
.item_box2 {
	width:100px;
	float:left;
	margin:0 15px 15px 0;
	height:150px;
	font-size:12px;
}

.item_box img {
	border:1px solid #CCC;
	padding:5px;
}
header {
    background: #fff;
    width: 100%;
	padding-bottom: 15px;
	margin: 0 0 -17px 0;
	border-bottom: solid #CCC 2px;
}
header.fixed {
    position: fixed;/*fixedで固定する*/
    right: 0;
    top: 0;
}

.input_rei{
	font-size:12px;
	color:#999;
}
.input_hi{
	color:#F00;
}


/* pc */
@media screen and (min-width: 992px) {
.item_box2 {
	width:145px;
	float:left;
	margin:0 15px 15px 0;
	height:200px;
	font-size:12px;
	text-align: center;
}
}