@charset "utf-8";
/*
Theme Name: responsive_045
Theme URI: http://c-tpl.com/
Description: responsive_045
Version: 1.0
Author: Newsline
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
background:#fff;
border-top:4px solid #B8877C;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#333;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#444444;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
/* max-width:90%;-*/
width:98%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:1.3em;
color:#555;
background:#fcfcfc;
margin-bottom:30px;
}

input[type="email"], textarea{
vertical-align:middle;
/* max-width:90%;-*/
width:98%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:1.3em;
color:#555;
background:#fcfcfc;
margin-bottom:30px;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
	padding:3px 10px;
	font-size:13px;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	padding:8px 30px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#262813;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;

}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;

cursor:pointer;
}
input[type="submit"]:active ,input[type="reset"]:active ,input[type="button"]:active {
	position:relative;
	top:1px;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
margin:0 auto;
}

#header{
/*overflow:hidden;-*/
width:100%;
text-align: center;
margin:0 auto;
background:url(images/bg_header.gif) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
min-height:105px;
}

#content{
float:left;
width:710px;
padding:30px 0 35px;
}

#sidebar{
float:right;
width:220px;
padding:30px 0 30px;
}

#footer{
clear:both;
padding-top:15px;
} 

.clear {
clear: both;
}
/* ヘッダー
*****************************************************/

/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0 0 0;
font-size:80%;
font-weight:normal;
color:#333333;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:20px 0 10px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}

/* サブナビゲーション
----------------------------------*/
#header ul{
padding:0;
float:right;
text-align: center;
}

#header ul li{
display:block;
margin-left:0;
font-size:90%;
color:#333333;
}

#header ul li span.tel{
font-size:150%;
font-weight: bold;
}

#header ul li a{
padding-left:10px;
color:#000;
/*background:url(images/arrowSub.png) no-repeat 0 5px;*/
}

#header ul li a:hover{
color:#bababa;
background-position:0 -10px;
}



#header .inner{
	max-width:960px;
	margin:auto;
/*	position:relative;*/
	text-align:left;
}

#header .inner #contactArea{
/*	position: relative;*/
	float:right;
/*	position: absolute;
	top: 10px;
	right:9%;-*/
}

#header .inner #contactArea p{
	line-height:1.2em;
	margin-bottom:0px;
	font-size:0.8em;
	text-align: center;
		display: block;

}

#header .inner #contactArea p.tel{
	line-height:1;
	margin-bottom:4px;
	font-size:1.6em;
	font-weight: bold;
	padding-top:5px;
	display: block;
}

#header .inner #contactArea li{
text-align:right;
list-style-type: none;
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
}

.toppage{
margin:0 0 20px 0;
padding:10px;
border:1px solid #dadada;
background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.toppage{
clear:both;
margin:0;
padding:10px 10px 10px 15px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.title{
margin:0 0 15px 0;
padding: 0 5px 0 0px;
line-height:37px;
font-size:180%;
font-weight: bold;
color:#DC231D;
border:0;
border-bottom: 2px solid #ddd;
background:none;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}

.dateLabel{
margin:10px 0 10px;
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:0px;}

.post p.small{margin-bottom:30px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:10px;
padding-left:15px;
background:url(images/arrow.png) no-repeat 0 5px;
font-size:1.1em;
font-size:13px;
}

.post ul li a{
	text-decoration:none;
}


.mainImg_box {
    height: auto;
    margin: 0 auto;
    max-width: 960px;
}


/* アンケートのリストの点を取る
*****************************************************/
.post table.hyouka td ul li {
list-style-type: none;
list-style-image:none;
background-image :none;
}



.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:140%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:15px 0 20px 0;
font-size:150%;
font-weight:normal;
color:#333;
border-bottom:1px dotted #555555;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}


.post h4{
margin:15px 0 10px 0;
font-size:110%;
font-weight:bold;
color:#333;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
letter-spacing:1px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
width:100%;
}

.post table th{
padding:7px 10px 7px 5px;
border: #999 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#262813;
width:20%;
text-align:center;
vertical-align:middle;
}
.post table.hyouka-check th{
width:50%;
}

.post table td{
padding:7px 5px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
background:#fff;
text-align: left;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

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



img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


/* 横並びボタン
*****************************************************/
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }

  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
    margin-bottom:0px;

  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

.row-fluid figure.thumbnail.alignnone {
    background: none repeat scroll 0 0 #F92B69;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin: 0 0 50px;
    padding: 27px 30px;
}
.row-fluid figure.thumbnail.alignnone h1{
    color: #FFFFFF;
    font-size:2em;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
}

.row-fluid figure.thumbnail.alignnone h3 {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 33px;
    margin: 0;
}


/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 5px 7px;
border:1px solid #dadada;
background: #fff;
}

#banners img{
max-width:220px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


#sidebar h3 {
margin: 0 15px 10px 15px;
padding: 0 10px 0 0px;
line-height: 35px;
font-size: 15px;
font-weight: bold;
color: #DC231D;
background: url(images/heading2.png) no-repeat;
border-bottom: 1px solid #efefef;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}

#sidebar #information {
border: 1px solid #dfdfdf;
padding: 10px 0;
margin-top:0px;
/*border-radius: 14px; */       /* CSS3草案 */  
/*-webkit-border-radius: 14px;*/    /* Safari,Google Chrome用 */  
/*-moz-border-radius: 14px;*/   /* Firefox用 */ 
border-radius: 8px;
overflow:hidden;
}
@media only screen and (max-width: 959px){
	#sidebar #information { display:none;}
}
@media only screen and (max-width: 648px){
	#sidebar #information { display:none;}
}

#sidebar #blog {
border: 1px solid #dfdfdf;
padding: 10px 0;
/*margin-top:20px;*/
margin-top:25px;
/*border-radius: 14px; */       /* CSS3草案 */  
/*-webkit-border-radius: 14px;*/    /* Safari,Google Chrome用 */  
/*-moz-border-radius: 14px;*/   /* Firefox用 */ 
border-radius: 8px;
overflow:hidden;
}

#sidebar #blog img{
margin:10px 12px 0;
float:right;
}

#sidebar #information img{
margin:10px 12px 0;
float:right;
}

#sidebar ul{
margin-left: 5px;
padding: 3px 0;
}


#sidebar li{
margin: 0 10px 5px 5px;
list-style: none;
}

#sidebar li a{
display: block;
padding:0;
border-bottom:1px dotted #444444;;
margin:0 5px 0;
}

#sidebar li a:hover{

}


#sidebar ul li p{
margin-left: 0px;
padding: 3px 0 0 0;
}





/*************
/* サイドバー下方のご相談ください
*************/
#sidebar #sideinfo {
margin-top:25px;
background-color:#efefef;
padding:20px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
text-align: center;

}
#sidebar #sideinfo p{
text-align: center;
color: #101010;
margin-bottom:0px;
padding:10px 0 10px 0;
}

#sidebar #sideinfo p.mds1{
font-size: 1em;
font-weight: bold;
text-align: center;
padding:0;
}

#sidebar #sideinfo p.mds2{
font-size: 1.7em;
font-weight: bold;
text-align: center;
padding:0 0 10px 0;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}

#sidebar #sideinfo p.tel{
font-size: 1.5em;
font-weight: bold;
padding-left:0%;
}

#sidebar #sideinfo p.pt10{
	text-align:left;
}

/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/

#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 10px;
}

#footer ul li a{
display:block;
padding:0 0 3px 12px;
overflow:hidden;
}

#footer ul li a:hover{text-decoration:none;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
background:#333;
color: #efefef;
}


#footer .snsbox {
width: 912px;
margin-left:auto;
margin-right:auto;
margin-bottom:35px;
padding:30px 18px 18px 30px;
background-color:#efefef;
}

#footer .snsbox .twitter-timeline {
max-width:420px !important;
/*width:420px;*/
padding-left:20px;
}

#footer .snsbox .fb-like-box {
background-color: #fff;
position:relative;
top:-6px;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #F92B69;
}

ul.thumb h3 span{
display:block;
padding:3px;
background:#F92B69;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#e6b2cb;}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(images/mainnavBg.png) repeat-x;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-right:1px solid #B8877C;
	border-left:1px solid #55352F;
	margin:0 0 0 1px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-right:1px solid #55352F;
	border-left:1px solid #B8877C;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
	}
	
	nav#mainNav ul li:first-child{
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000; 
	height:40px;
	line-height:40px;
	font-size:148%;
	padding:15px 40px 5px;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:2;
	}
	
	nav#mainNav ul li a span{
	font-size:60%;
	color:#B8877C;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:url(images/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
	border:0;
  }
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	border:0;
	background:url(images/mainnavBg.png) repeat-x 0 100%;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 ;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li.current-menu-item,nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 0;}
  
	nav#mainNav ul li:hover ul li:last-child{border:0;}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:8px 0;
	}
	
	nav#mainNav .inner{
	width:100%;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:45px;
	line-height:45px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #DC231D url(images/menuOpen.png) no-repeat 5px 13px;
	font-size:1.2em;
	font-size:14px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #DC231D url(images/menuOpen.png) no-repeat 5px -29px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{
	margin:0 0 0 1px;
	padding:0;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px solid #DC231D;
	background:#fff;
	}

	nav#mainNav ul li a{
		color:#444444;
	}

 nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color:#FFFFFF;
	background:#A51A16;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
		padding-left:40px;
		background:#fff url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#F92B69 url(images/sub1.png) no-repeat 20px -61px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#F92B69 url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
	
	#sidebar #sideinfo p.tel a{
		color: #1158C4;		
	}
	
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header p{padding:5px 10px;color:#333333;}
	#header h2{padding:20px 10px 0;}
	#header ul{
	padding:0 5px 0 0;
	}


	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{
	width:100%;
	height:auto;
	}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
	#footer .snsbox {
display:none;
}




}

/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header .inner{text-align:center;}
		#header .inner #contactArea{	
		float:none;
		text-align:center;
		margin:0;
		padding:10px 0 10px;
	}
	
	#header h1{
		width:100%;
		text-align:center;
		padding-left:0;
		padding-right:0;
	}

	#header h2,#header ul{
	float:none;
	padding:0;
	margin:0 auto;
	}

	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	.post img{max-width:100%;height:auto;}


	#header .inner #contactArea li{
text-align:center;
}

.contactbtns img{
	width:45%;
}


}


/* 施設のご紹介
------------------------------------------------------------*/
.facilities-box{
margin: 30px 0 0 0;
}

.facilities-box .left{
float: left;
width: 350px;
}

.facilities-box .right{
float: right;
width: 350px;
}

.facilities-box span.blue{
font-size: 1.2em;
font-weight: bold;
color:#fff;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}

/* #page .left {
float:left;
}

#page .right {
float:right;
}
*/

.post table.egtime{
margin-bottom:7px;
}

.post table.egtime th,table.egtime td{
text-align: center;
}

.post table.egtime th.wide{
	width:30%;
}

.post table.egtime th.thin{
	width:10%;
}

.facilities-box p{
max-width:340px;
}

/*: clrfix
---------------------------------------------------- */
.clrfix:after,
#newsArea li a:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clrfix,
#newsArea li a{
	display:inline-block;
}

.clrfix,
#newsArea li a{
	display:block;
}

/* 幅959px以下から  施設の紹介
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
	.facilities-box .left {float:none; width:100%;}
	.facilities-box .right {float:none; width:100%;}

}

/* 幅640px以下から  施設の紹介
-----------------------------------------------------------
@media only screen and (max-width: 640px){

		.facilities-box .left img{ width:100%;}
	.facilities-box .right img{ width:100%;}-*/
}


/* :toppageのスライド下リスト終わり以下ニュースと右メニュー
---------------------------------------------------- */


 #newsArea{
	width:100%;
	margin-bottom: 3em;
}

 #newsArea h2{
	position:relative;
}

 #newsArea h2 {
margin: 15px 0 10px 0px;
padding: 0 10px 0 0px;
line-height: 40px;
font-size: 1.6em;
font-weight: bold;
color: #DC231D;
background: url(images/heading2.png) no-repeat;
border-bottom: 1px solid #efefef;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}

 #newsArea h2 a{
	position:absolute;
	top:1px;
	right:0;
}

 #newsArea article{
	padding:10px 10px 0px 0px;
	border-bottom:1px dotted #444444;
	font-size:13px;
}

#newsArea time{
	line-height:1.25;
	float:left;
	width:5em;
}

#newsArea p{
	margin-left:6.5em;
	line-height:1.25;
}


/*: rightArea
---------------------------------------------------- */

#rightArea{
	width:100%;
}

#rightArea h2{
margin: 25px 0 10px 0px;
padding: 0 10px 0 0px;
line-height: 40px;
font-size: 1.6em;
font-weight: bold;
color: #DC231D;
background: url(images/heading2.png) no-repeat;
border-bottom: 1px solid #efefef;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}
#rightArea table{
	width:100%;
	text-align:center;
	border-top:solid 1px #DFDFDF;
	border-left:solid 1px #DFDFDF;
	margin-bottom:7px;
}

#rightArea table th{
	background-color:#262813;
	color:#fff;
	padding:6px 0 6px 0;
	border-bottom:solid 1px #DFDFDF;
	border-right:solid 1px #DFDFDF;
}

#rightArea table th.wide{
	width:30%;
		text-align: center;

}

#rightArea table th.thin{
	width:10%;
		text-align: center;

}
#rightArea table td{
	color:#101010;
	padding:6px 0 6px 0;
	border-bottom:solid 1px #DFDFDF;
	border-right:solid 1px #DFDFDF;
	text-align: center;
	background-color: #efefef;
}
#rightArea p.small{
	font-size:0.9em;
	margin-bottom:0;
}

/*: 新たに追加要素
---------------------------------------------------- */
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row {
/*:    margin-left: -30px;*/
} 
.banner-wrap {
	border-radius: 8px; 
	margin-top: 19px;
	padding:25px 0 0;
    transition: all 0.2s ease 0s;
	text-align:center;
}
.banner-wrap {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
}
.main-holder {
    color: #83868A;
    font: 12px/18px Arial,Helvetica,sans-serif;
}

.banner-wrap figure {
    text-align: center;
}

[class*="span"] {
    position: relative;
}
.span4 {
    width: 31.6239%;
}
[class*="span"] {
    float: left;
    margin-left: 10px;
    min-height: 1px;
}

.banner-wrap h5 {
    color: #292929;
	font: 400 22px/1em "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
	margin:15px 26px 13px;
	padding:5px 0;
    text-align: center;
    text-transform: uppercase;
	background-color:#DC231D;
	border-radius:3px;
}
.banner-wrap p {
    color: #A0A0A0;
	font: bold 12px/20px Arial;
    padding: 3px 50px 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
p {
    margin: 0 0 9px;
}


.mb20 {margin-bottom: 20px;}

.mb30 {margin-bottom: 30px;}


.banner-wrap .link-align a {
    background: none repeat scroll 0 0 #F7C5DB;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font: 600 14px/18px Dosis;
    padding: 7px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.banner-wrap .link-align {
    text-align: center;
}

 .banner-wrap:hover {
    transition: all 0.1s ease 0s;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

 .banner-wrap.home1:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

 .banner-wrap.home2:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

 .banner-wrap.home3:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

 .banner-wrap:hover h5 {
    color: #FFFFFF;
}
.banner-wrap:hover p {
    color: #FFFFFF;
}
 .banner-wrap {
	border-radius: 8px;
	padding:25px 0 0;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
 	background:url(images/bg_banner01.jpg); 
	text-align:center;
	min-height:250px;
}

.banner-wrap h5 {
    color: #fff;
	font: 400 22px/1em "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
	margin:15px 26px 13px;
	padding:5px 0;
    text-align: center;
    text-transform: uppercase;
	background-color:#DC231D;
	border-radius:3px;
}
.banner-wrap figure {
    text-align: center;
}
.banner-wrap figure a {
    border: medium none;
    display: inline-block;
    float: none;
}
.banner-wrap figure a img {
    transition-duration: 1.1s;
    transition-property: transform;
}
 .banner-wrap figure a img:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
-webkit-transform:  rotate(360deg);
    transition: all 0.6s ease 0s;
           -moz-transition: all 0.6s ease 0s;
          -webkit-transition: all 0.6s ease 0s;
}
 .banner-wrap p {
    color: #efefef;
	font: bold 12px/20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    padding: 3px 24px 7px;
    text-align: center;
    text-transform: uppercase;
}
.banner-wrap .link-align {
    text-align: center;
}
.banner-wrap .link-align a {
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font: 600 14px/18px Dosis;
    padding: 7px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.banner-wrap .link-align a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #272727;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.extra-wrap {
    background: url("images/footer.png") repeat-x scroll center top transparent;
    margin-top: 37px;
    padding-top: 25px;
}

@media only screen and (max-width: 648px){
[class*="span"] {
    position: relative;
}}
@media only screen and (max-width: 648px){

[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
}}


/*: 当院についてconcept
---------------------------------------------------- */
#concept img.size-medium {
width:40%;
}

#concept img.size-full {
width:100%;
}
@media only screen and (max-width: 648px){
#concept img.size-medium {
width:100%;
}
}

/* :評価アンケートの表
---------------------------------------------------- */
@media only screen and (max-width: 648px){

#hyouka-form .hyouka {
border:none;
background-color: transparent;
}

#hyouka-form .hyouka th {
display:block;
border:none;
background-color: transparent;
color:#FFF;
padding:15px 5px 0px 10px;
width:280px;
text-align:left;
}

#hyouka-form .hyouka td {
display:block;
border:none;
background-color: transparent;
}

div#hyouka-form.contact-form table td {
padding:3px 10px 10px 10px;

}

#hyouka-form .post table td {
border:none;

}
#hyouka-form .hyouka td select{
font-size:1.1em;
width:280px;
}
#confirm-button {
text-align: center;
}
}


/* :投稿　post
---------------------------------------------------- */


/*************
リスト
*************/
.post{width:100%;border-bottom:1px solid #CCC;padding:20px 0;}
.post div.postwrapper{float:left;width:520px;padding:0 0 0 0;}
.post img.post{float:right;}
.post img.post{padding-left:30px;}

.post div h3{color:#000066;padding-bottom:5px;font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;}
.post a{color:#676767;text-decoration:underline;}
.post a:hover{color:#333;text-decoration:none;}
#date{color:#6C5100;text-align:right;}
#more{text-align:right;}



#box img.size-full {
max-width: 100%;
height: auto;
}
/*************
詳細
*************/

#box {margin-left:0px;}

}
.single p{padding-top:15px;}



.single h2{padding-bottom:4px;margin-bottom:10px;font-size:1.2em;}

.single table{width:100%;background:#CCC;font-size:0.9em;}
.single th{background:#EEE;font-weight:normal;padding:8px;text-align:left;}
.single td{background:#FFF;padding:8px;}

#single #next {
margin-top:60px;

}

.pagetitle{border-bottom:#003399 0px solid;padding-bottom:4px;margin-bottom:10px;font-size:1.2em;}


#date {
font-size: 0.9em;
text-align: right;
padding-right: 15px;
padding-top: 0px;
padding-bottom: 8px;
font-weight:normal;
color:#546D85;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


.post{padding-bottom:20px;}
.post h2{padding-bottom:4px;margin-bottom:30px;}
.post div h3{
	padding-left:0px;
	margin-bottom:12px;
	font-weight:normal;
	font-size:1.3em;
	color:#333;
	border-left:0px;
	background:url(images/arrow_01.png) no-repeat;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",'MS PMincho', serif;
}


.post .archive h3{
	margin: 0px 0px 0px 0px;
	padding:0 0 0 25px;
	font-weight:bold;
	font-size:1.1em;
	color:#666;
	border-left:0px;
	background:url(images/h3-circle.png) no-repeat;
	background-position: 0 6px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
 border-bottom:0px;
}


/* :投稿post アーカイブ　画像消す画面幅648
---------------------------------------------------- */
@media only screen and (max-width: 648px){
.post img {
/*display: none;*/
width:100%;
}

.post div.postwrapper {
width:100%;
}

.post.cateImg  img {
display: none;
}


}



/* アンケート完了 クーポン
---------------------------------------------------- */
#c_box  {
width:450px;
background-color:#FFFFCC;
margin:0 auto;
padding:14px;
}

@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
#c_box  {
width:92%;
padding:4%;
}
}

@media screen and (max-width: 320px) {
#c_box  {
width:92%;
padding:4%;
}
}

#c_box .c_name {
text-align:center;
color:#52524A ;
font-weight: bold;
font-size: 1.8em;
padding:2px;
margin-bottom: 5px;
background-color: #fff;
border:solid 1px #D6D6D6;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
}


@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
#c_box .c_name   {
font-size: 1.6em;
}
}

#c_box .c_setsumei {
text-align:center;
font-size: 1em;
}

@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
#c_box .c_setsumei  {
font-size: 1.1em;
}
}

#c_box .c_setsumei span{
color:#D61418 ;
}

#c_box .c_date {
color:#D61418 ;
font-weight: bold;
text-align:center;
font-size: 1.2em;
padding-top:8px;
}

@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
#c_box .c_date {
font-size: 1.1em;
}
}

#c_box .c_innerbox {
background-color:#FFDB26;
border:solid 1px #D6D6D6;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    margin-top: 10px;
}


#c_box .c_innerbox .c_price{
color:#D61418 ;
font-size: 1.2rem;
padding: 6px  6px 2px 6px ;
margin-bottom:6px;
border-bottom:dotted 2px #fff;
font-weight: bold;
text-align:center;
}

@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
#c_box .c_innerbox .c_price {
font-size: 1.0rem;
}
}

#c_box .c_innerbox .c_jouken{
color:#52524A ;
font-size: 0.7rem;
font-weight: normal;
text-align:left;
margin:8px 12px 12px 12px;
}

@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
#c_box .c_innerbox .c_jouken {
font-size: 0.7rem;
}
}
.c_touroku{
color:#52524A ;
font-size: 1.2em;
text-align:center;
margin:10px auto 10px auto;
width:100%;
}

@media screen and (min-width: 321px) and (max-width: 720px){ /* 画面が720pxの場合 */
.c_touroku {
font-size: 0.9rem;
}
}

.c_touroku a{
text-decoration: underline;
color:#71C5F0;
}



 /* メルマガ登録・解除のカスタム */


input.text , select{
border:0;
padding:1px 10px;
font-size:1.3em;
font-family:Arial, sans-serif;
//　コメント　color:#aaa;
border:solid 1px #ccc;
margin:0 10px 0 0;
max-width:280px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

input.submit , select {
    padding: 8px 30px;
    font-size: 1.2em;
    cursor:pointer;
}

#page td input.submit , select {
    padding: 3px 5px;
    font-size: 1.3em;
    color:#333;

}

input.check {
padding:4px;
font-size:1.2em;
}

.htmlmail a {
 text-decoration:underline ; 
 color: #536C85;
}

.htmlmail img {
	width:auto;
	height:auto;
}


/* メルマガ登録・解除のチェックボックスおよび表 */

#mlmg_type table th {
    text-align: center;
    vertical-align: middle;
    width:7%;
        padding:0;

}


#mlmg_type table th input, select {
    margin:0;
}


input, select {
    vertical-align: middle;
}

@media only screen and (max-width: 648px){

input[type="checkbox"] {
    transform: scale(1.6);
}
#mlmg_type table th {  width:15%;}
input.check {
    font-size: 1.2em;
    padding: 4px;
}
input, select {
    vertical-align: middle;
}
}




/* メルマガ登録のあたり */

p.announce.pt30{
margin-top:30px;
}

#twitter-widget-0 {
height:338px;
max-width:420px !important;
}
