
@charset "utf-8";

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
3ol, 3ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

/*======================
   Common
========================*/

body#tinymce {
	width:680px;
	height: 80%;
	padding: 10px;
	border-right: 1px dashed #CCCCCC;
	font-family: Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#333;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	line-height:32px;
	margin: 0 0 8px;
}

h1 {
	color:#00469B;
	border-top: 8px solid #00469B;
	border-left: 1px solid #00469B;
	border-bottom: 1px solid #00469B;
	border-right: 1px solid #00469B;
	font-size:32px;
	padding: 30px 10px;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	line-height: 1.2;
}

h2 {
	color:#00469B;
	font-size:24px;
	font-weight:bold;
	padding:7px 0 5px 15px;
	border-bottom:3px solid #DDDDDD;
	background-image: url(https://chofuen.terushima.com/wp-content/themes/fff/images/bar/bar1.png);
	background-repeat:no-repeat;
	background-position:0 45%;
	clear:both;
}

h3 {
	font-size:20px;
	background-image: url(https://chofuen.terushima.com/wp-content/themes/fff/images/bar/line.png);
	background-repeat:no-repeat;
	background-position:0 45%;
	padding: 10px 0 10px 23px;
	color: #4169E2;
	line-height: 1.2;
	clear:both;
}

h4 {
	font-size:15px;
	font-weight:bold;
	background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#FFFFFF));
	background: -o-linear-gradient(top, #EEEEEE, #FFFFFF);
	background: linear-gradient(top, #EEEEEE, #FFFFFF);
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#EEEEEE, endcolorstr=#FFFFFF));
	/* IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#EEEEEE, endcolorstr=#FFFFFF))";
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding: 0 0 0 8px;
}

h5,h6 {
	font-size:16px;
}

a {
	color:#00469B;
}

a:visited {
	color:#770000;
}

a,a:visited {
	-webkit-transition:color 0.15s ease-out;
	-moz-transition:color 0.15s ease-out;
}

a:hover {
	color:#FF0000;
}

a:focus {
	outline:thin dotted;
}

a:hover,a:active {
	outline: 0;
}

p {
	margin:0;
	padding:0;
	font-family: Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

ul,ol {
	padding:0;
	margin:0 0 20px 10px;
}

ul ul,ul ol,ol ol,ol ul {
	margin: 10px 0 0 0;
}

li {
	display:list-item;
	list-style-position:outside;
	margin:0 0 10px 2em;
	padding:0;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

img {
	border:none;
}

nav {
	margin:0 0 0;
}

img.plane {
	border:none;
	padding:0;
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.clr {
    clear:both;
}

#tinymce .date {
	font-size: 120%;
	font-weight: bold;
}

#tinymce p {
	padding: 0 10px;
	font-family: Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#tinymce p.topword {
	color:#CC9900;
	font-weight:bold;
	text-align:center;
	font-size:250%;
	text-shadow:2px 2px 2px #CCCCCC;
	margin-bottom:15px;
	line-height:1.4;
}

#tinymce img {
	border:1px solid #BBBBBB;
	padding:5px;
	background:#FEFEFE;
}

#tinymce .wp-caption img {
	border:0px solid #BBBBBB!important;
	padding:0!important;
	background:none!important;
}

#tinymce #map img,
img.noborder {
	border:0px solid #BBBBBB!important;
	padding:0!important;
	background:none!important;
}

.pagination {
	clear: both;
	text-align: center;
	margin-top:20px;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #00469B;
	color: #069;
}

.pagination a, .pagination span {
	display: inline-block;
	padding: 0.3em 0.5em;
	margin-right: 5px;
	margin-bottom: 15px;
}

.pagination .current {
	background: #00469B;
	color: #fff;
	border: 1px solid #00469B;
}
.pagination .current.prev, .pagination .current.next {
	color: #CCC;
	border-color: #069;
	background: #fff;
}


/*======================
   IMAGE
========================*/
img
{
	border:0px; 
}

.alignnone,
img.alignnone {
	float: none;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px!important;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px!important;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	display: inline-block;
	border: none;
	background: #F1F1F1;
	color: #555;
	font-size: 75%;
	line-height: 1.4;
	text-align: center;
	margin:4px 2px 10px;
	padding: 0px 0px 4px 0px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	vertical-align: top;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
}

#tinymce .wp-caption {
	float: left;
}

.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}

.wp-smiley {
	margin:0;
}


.ta1 {
width: 95%;/*テーブルの幅*/
margin:10px auto 20px;/*テーブルの上にスペース*/
color:#555555;
clear: both;
}

.ta1 {
border-right: 0px solid #DDD;/*線の色*/
border-top: 1px solid #DDD;/*線の色*/
border-bottom: 0px solid #DDD;/*線の色*/
border-left: 1px solid #DDD;/*線の色*/
}

.ta1 td {
border-right: 1px solid #DDD;/*線の色*/
border-bottom: 1px solid #DDD;/*線の色*/
}


.ta1 .status {
background-color:#EEEEEE;
color:#333333;
text-align:left;
vertical-align:top;
}

.ta1 .num {
text-align:right;
}

.ta1 td {
padding:7px 12px;
}

.ta1 input {
width: 80%;
}

.ta1 textarea {
width: 100%;
}

.ta1 p {
padding:0!important;
}

.ta1 .col {
background-color:#0033cc;
color:#FFFFFF;
}

.ta1 tr.even {
background-color:#FFFFFF;
}

.renraku {
	background: #FFFFEE;
	padding: 10px;
	-moz-box-shadow: 1px 1px 2px #CCCCCC;
	-webkit-box-shadow: 1px 1px 2px #CCCCCC;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.renraku p.name {
	font-size: 160%;
	padding-left:5px!important;
	font-weight: bold;
}

.renraku p.address {
	font-size: 140%;
	padding-left:15px!important;
}

.renraku p.phone {
	font-size: 140%;
	padding-left:15px!important;
}

/*
	
	Media Queries for Mobile Support
	
*/

/*タブレット用*/
@media only screen
and (max-width : 940px) {

	.wp-caption img {
		margin: 0px;
	}

}

/*スマホ用*/
@media only screen
and (max-width : 480px) {

	.alignleft,
	.alignright,
	.aligncenter,
	img.alignleft,
	img.alignright,
	img.aligncenter {
		float:none;
		display:block;
	}
}