@charset "utf-8";

/* HTML5 RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, ins, kdb, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
ul, ol { list-style: none; }
blockquote q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
img { border: 0; vertical-align: bottom; font-size: 100%; outline: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #CCC; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* for Dreamweaver */
.clearfix {overflow:hidden;}
/* end Dreamweaver */



/*ボディ全体*/
html { font-size: 62.5%; } 
body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	margin: 0px;
	padding: 0px;
}

/*イメージ*/
img { vertical-align:bottom; }
/*イメージ：オーバーで透明*/
img:hover.imgOpacity {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}

/*テキストリンク*/
a {
	color: #0066f0;
}
a:hover {
	color: #66aaf0;
}

/*イメージリンク*/
a.btnImg img{
	border: #DDD 1px solid;
	padding: 1px;
	background: #FFF;
}
a.btnImg img:hover {
	border: 1px #0066dd solid;
	padding: 1px;
	background: #FFF;
}


/*リスト*/
ul.disc { list-style: disc;}
ul.circle { list-style: circle; }
ul.square{ list-style: square; }
ul.decimal { list-style: decimal; }
ul.lower-alpha { list-style: lower-alpha; }
ul.upper-alpha { list-style: upper-alpha; }
ul.upper-roman { list-style: upper-roman; }

ul.disc li,ul.circle li,ul.square li,ul.decimal li,ul.lower-alpha li,ul.upper-alpha li,ul.upper-roman li {
	margin-bottom: 10px;
	margin-left:2em;
	text-indent:0;
}
ul.bdrBtm li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d9d4c1;
}

.infoList li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d9d4c1;
}
.infoList li a {
	text-decoration: none;
	color:#000;
}
.infoList li a:hover {
	text-decoration: underline;
	color:#0066f0;
}
.infoList li img {
	float: right;
	margin: 0px 0px 10px 10px;
	clear: right;
}

dl.faq dt{
	background: url(../images/common/icon_q.gif) no-repeat left top;
	padding: 4px 0px 3px 32px;
	min-height: 28px;
	font-weight: bold;
	margin-bottom: 5px;
}
dl.faq dd{
	background: url(../images/common/icon_a.gif) no-repeat left top;
	padding-left: 32px;
	border-bottom: 1px dotted #DDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
	min-height: 28px;
}

/*テーブル基本*/
table {
	line-height: 18px;
	border-collapse: collapse;
}
th, td {
	padding:5px;
	border: #d9d4c1 solid 1px;
}
thead th,thead td {
	background: #f2efe6;
}
tbody th {
	color:#000;
	text-align: left;
	background: #f9f9f6;
}
tbody td {
	background: #FFF;
}

table caption {
	font-size: 14px; font-size:1.4rem;
	font-weight: bold;
	border-left: 4px solid #624945;
	text-indent: 5px;
	line-height: 18px;
	text-align: left;
	margin-bottom: 7px;
}
.fooTh {
	background: #f9f9f6;
	font-weight: bold;
}
table.bNone,table.bNone th,table.bNone td{ border:none;}

/* contents start -----------------------------------------------------------*/

/* caption */
#contentsAll h3 {
	font-size: 21px; font-size:2.1rem;
	line-height: 26px;
	border-bottom: 2px solid #d9d4c1;
	padding: 6px 0px 6px 0px;
	background: #f9f9f6;
}
#contentsAll h3 > span {
	background: url(../images/common/icon_h3.png) no-repeat 5px 0px;
	display: inline-block;
	padding-left: 35px;
}

#contentsAll h3 span.p-summary,#contentsAll h3 span.search-everything-highlight-color {
	background-image: none;
	padding-left: 0px;
}
#contentsAll h3.pink {
	color: #dc5a69;
	border-bottom: 2px solid #dc5a69;
	background: #fff0f2;
}
#contentsAll h3.blue {
	color: #5295c8;
	border-bottom: 2px solid #5295c8;
	background: #f3fdff;
}
#contentsAll h3.blown {
	color: #a05e36;
	border-bottom: 2px solid #a05e36;
	background: #fff0e3;
}
#contentsAll h3.purple {
	color: #4f1a6d;
	border-bottom: 2px solid #4f1a6d;
	background: #f7f0f9;
}
#contentsAll h3.toggleBtn,#contentsAll h3.toggleBtnOn {
	background-image: url(../images/common/btn_toggle.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 30px;
}
#contentsAll h3.toggleBtnOff {
	background-image: url(../images/common/btn_toggle.png);
	background-position: right -160px;
}
#contentsAll h3.toggleBtn:hover {
	background-color:#f4f4cf;
}
.toggleClose {
	text-align: center;
	clear: both;
	margin-top: 10px;
	padding: 2px 0px 2px 0px;
	background: #f0f0f0;
	cursor: pointer;
}

#contentsAll h4 {
	background: url(../images/common/icon_h4.png) no-repeat left 2px;
	font-size: 18px; font-size:1.8rem;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 15px;
}
#contentsAll h4.h4B {
	background: url(../images/common/icon_h4_2.png) no-repeat left 5px;
	font-size: 18px; font-size:1.8rem;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 20px;
}

#contentsAll h5 {
	font-size: 16px; font-size:1.6rem;
	line-height: 24px;
	border-left: 5px solid #624945;
	margin-bottom: 10px;
	padding-left: 7px;
}
#contentsAll h5.h5B {
	font-size: 16px; font-size:1.6rem;
	line-height: 24px;
	background: #f9f9f6;
	border-left: 5px solid #624945;
	margin-bottom: 10px;
	padding-left: 7px;
}


#contentsAll h6 {
	font-size: 14px; font-size:1.4rem;
	line-height: 21px;
}
#contentsAll h6.h6B {
	font-size: 16px; font-size:1.6rem;
	line-height: 24px;
}
#contentsAll h6.h6C {
	font-size: 21px; font-size:2.1rem;
	line-height: 26px;
}
#contentsAll h6.h6D {
	font-size: 16px; font-size:1.6rem;
	line-height: 24px;
	font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
#contentsAll h6.h6E {
	font-size: 24px; font-size:2.4rem;
	line-height: 38px;
	font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

/* btn */
.btnA {
	display: inline-block;
	text-shadow: 1px 1px 0px #c54a46;
	padding: 2px 10px 2px 10px;
	border: 1px solid #d37b14;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc9855', endColorstr = '#ec6205');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fc9855', endColorstr = '#ec6205')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #fc9855, #ec6205);
background-image: -ms-linear-gradient(top, #fc9855, #ec6205);
background-image: -o-linear-gradient(top, #fc9855, #ec6205);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fc9855), to(#ec6205));
background-image: -webkit-linear-gradient(top, #fc9855, #ec6205);
background-image: linear-gradient(top, #fc9855, #ec6205);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.btnA:hover {
	color:#fff;
	text-decoration: none;
	text-shadow: none;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#feb583', endColorstr = '#f5893f');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#feb583', endColorstr = '#f5893f')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #feb583, #f5893f);
background-image: -ms-linear-gradient(top, #feb583, #f5893f);
background-image: -o-linear-gradient(top, #feb583, #f5893f);
background-image: -webkit-gradient(linear, center top, center bottom, from(#feb583), to(#f5893f));
background-image: -webkit-linear-gradient(top, #feb583, #f5893f);
background-image: linear-gradient(top, #feb583, #f5893f);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}

.btnB {
	display: inline-block;
	text-shadow: 1px 1px 0px #fff;
	padding: 2px 10px 2px 10px;
	border: 1px solid #d9d4c1;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f2e4', endColorstr = '#efebd0');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f2e4', endColorstr = '#efebd0')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #f4f2e4, #efebd0);
background-image: -ms-linear-gradient(top, #f4f2e4, #efebd0);
background-image: -o-linear-gradient(top, #f4f2e4, #efebd0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f2e4), to(#efebd0));
background-image: -webkit-linear-gradient(top, #f4f2e4, #efebd0);
background-image: linear-gradient(top, #f4f2e4, #efebd0);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.btnB:hover{
	color:#000;
	text-decoration: none;
	border: solid 1px #ff9955;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeacd', endColorstr = '#d9d2a4');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeacd', endColorstr = '#d9d2a4')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: -ms-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: -o-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeacd), to(#d9d2a4));
background-image: -webkit-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: linear-gradient(top, #eeeacd, #d9d2a4);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}

.btnC {
	display: inline-block;
	padding: 2px 10px 2px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	border: none;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#886e6f', endColorstr = '#563a39');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#886e6f', endColorstr = '#563a39')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #886e6f, #563a39);
background-image: -ms-linear-gradient(top, #886e6f, #563a39);
background-image: -o-linear-gradient(top, #886e6f, #563a39);
background-image: -webkit-gradient(linear, center top, center bottom, from(#886e6f), to(#563a39));
background-image: -webkit-linear-gradient(top, #886e6f, #563a39);
background-image: linear-gradient(top, #886e6f, #563a39);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.btnC:hover {
	color:#FFF;
	text-decoration: none;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ad9d9d', endColorstr = '#886e6f');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ad9d9d', endColorstr = '#886e6f')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ad9d9d, #886e6f);
background-image: -ms-linear-gradient(top, #ad9d9d, #886e6f);
background-image: -o-linear-gradient(top, #ad9d9d, #886e6f);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ad9d9d), to(#886e6f));
background-image: -webkit-linear-gradient(top, #ad9d9d, #886e6f);
background-image: linear-gradient(top, #ad9d9d, #886e6f);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.btnIcon {
	background:url(../images/common/icon_01.png) no-repeat left 2px;
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
	color:#000;
}
.btnIcon:hover {
	background:url(../images/common/icon_02.png) no-repeat left 2px;
	display: inline-block;
	padding-left: 15px;
	text-decoration: underline;
	color:#0066f0;
}
.btnPDF {
	background:url(../images/common/icon_pdf.gif) no-repeat left 2px;
	display: inline-block;
	padding-left: 18px;
	text-decoration: none;
	color:#000;
}
.btnPDF:hover {
	background:url(../images/common/icon_pdf.gif) no-repeat left 2px;
	display: inline-block;
	padding-left: 18px;
	text-decoration: underline;
	color:#0066f0;
}

.btnPlain a {
	text-decoration: none;
	color:#000;
}
.btnPlain a:hover {
	text-decoration: underline;
	color:#0066f0;
}

.btnCard {
	background: #fff;
	display: block;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	_zoom:1;
}
.btnCard:hover {
	background: #f4f4cf;
	color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.emergency{
	font-size: 21px; font-size:2.1rem;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #f00000;
	background: #f0f0f0;
	border: 2px solid #f00000;
	position: relative;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	_zoom:1;
}
a.emergency:hover { background: #f4f4cf; }

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10011;
}
.pagetop a {
	background: url(../images/common/btn_pagetop.png) no-repeat;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	display: block;
}

.groupMenu {
	width: 100%;
	/*border-collapse: collapse;*/
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
}
.groupMenu ul {
	display: table-row;
}
.groupMenu li {
	display: table-cell;
	border: 1px solid #d9d4c1;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	height: 50px;
	cursor: pointer;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f2e5', endColorstr = '#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f2e5', endColorstr = '#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #f4f2e5, #ffffff);
background-image: -ms-linear-gradient(top, #f4f2e5, #ffffff);
background-image: -o-linear-gradient(top, #f4f2e5, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f2e5), to(#ffffff));
background-image: -webkit-linear-gradient(top, #f4f2e5, #ffffff);
background-image: linear-gradient(top, #f4f2e5, #ffffff);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.groupMenu li:hover {

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f4f2e6');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f4f2e6')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #f4f2e6);
background-image: -ms-linear-gradient(top, #ffffff, #f4f2e6);
background-image: -o-linear-gradient(top, #ffffff, #f4f2e6);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f4f2e6));
background-image: -webkit-linear-gradient(top, #ffffff, #f4f2e6);
background-image: linear-gradient(top, #ffffff, #f4f2e6);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
.groupMenu li.on {
	color: #999;
	background: #f0f0f0;
}
.groupMenu a {
	text-decoration: none;
	color: #000;
}

.btnMySpot { cursor: pointer; }

/* side start */
.imgBnr li {
	margin-bottom: 10px;
	text-align: center;
}
.imgBnr li img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}

.sideMainMenu li {
	margin-bottom:10px;
}
a.accordion {
	display: block;
	cursor: pointer;
	font-size: 16px; font-size:1.6rem;
	line-height: 25px;
	border: 1px solid #d9d4c1;
	padding: 7px 8px 7px 8px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f2e5', endColorstr = '#efebd0');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f2e5', endColorstr = '#efebd0')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #f4f2e5, #efebd0);
background-image: -ms-linear-gradient(top, #f4f2e5, #efebd0);
background-image: -o-linear-gradient(top, #f4f2e5, #efebd0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#f4f2e5), to(#efebd0));
background-image: -webkit-linear-gradient(top, #f4f2e5, #efebd0);
background-image: linear-gradient(top, #f4f2e5, #efebd0);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
a:hover.accordion {
	border: solid 1px #ff9955;
	
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeacd', endColorstr = '#d9d2a4');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeacd', endColorstr = '#d9d2a4')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: -ms-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: -o-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeacd), to(#d9d2a4));
background-image: -webkit-linear-gradient(top, #eeeacd, #d9d2a4);
background-image: linear-gradient(top, #eeeacd, #d9d2a4);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}
a.accordion > span {
	background: url(../images/common/icon_accordion.png) no-repeat left 0px;
	padding-left: 20px;
	line-height: 25px;
}
a.accordion > span.minus {
	background: url(../images/common/icon_accordion.png) no-repeat left -25px;
}
.submenu li { margin-bottom: 0px; }
.submenu li a {
	display:block;
	background: url(../images/common/icon_arrow.png) no-repeat 3px 6px #f9f9f6;
	border-right: 1px solid #d9d4c1;
	border-left: 1px solid #d9d4c1;
	border-bottom: 1px solid #d9d4c1;
	color:#000;
	text-decoration: none;
	padding: 2px 0px 2px 20px;
	width: 86.66%;
	margin: 0px auto 0px auto;
}
.submenu li a:hover {
	background: url(../images/common/icon_arrow.png) no-repeat 3px 6px #fff0e3;
}
.submenu li a.on {
	background: url(../images/common/icon_arrow.png) no-repeat 3px 6px #ccc;
}
/* side end */

/* event start */
.ai1ec-post_thumbnail { display: none; }
.ai1ec-event-details {
	margin: 0;
	padding: 0;
	border-top: 1px solid #D9D4C1;
	border-left: 1px solid #D9D4C1;
	border-right: 1px solid #D9D4C1;
}
.ai1ec-row {
	margin: -1px 0 0 0 !important;
	padding: 0;
	border-top: 1px solid #D9D4C1;
	border-bottom: 1px solid #D9D4C1;
	overflow: hidden;
	background-color: #F9F9F6;
}
.ai1ec-field-label,
.ai1ec-field-value {
	margin: 0;
	padding: 0.3em 1em;
}
.ai1ec-field-label {
	width: 20% !important;
}
.ai1ec-field-value {
	width: 80% !important;
	margin: 0 0 0 -1px;
	border-left: 1px solid #D9D4C1;
	background-color: #ffffff;
}

.addtable {
	position: relative;
	top: -15px;
}
/* event end */

/* contents end -----------------------------------------------------------*/


/*投稿シングルページ用CSS -----------------------------------------------------------*/
#newsSingleBox {
	overflow: hidden;
	_zoom:1;
}
#newsSingleBox p {
              margin-bottom: 1em;
}
#newsSingleBox ul {
	margin-bottom: 1em;
	list-style-type: disc;
}
#newsSingleBox ul li {
	margin-left: 2em;
	list-style-type: disc;
}
#newsSingleBox ol {
	margin-bottom: 1em;
	list-style: decimal;
}
#newsSingleBox ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

#newsSingleBox blockquote {
              margin: 2em;
}
#newsSingleBox h1,#newsSingleBox h2,#newsSingleBox h3,#newsSingleBox h4 {
	background-image: none !important;
	background-color: #fff !important;
	text-indent: 0px;
	width: 100%;
	height: auto;
	display: block;
	border: none;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: bold;
	-webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
	text-shadow: #DDD 1px 1px 1px;
	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");/*CSS3 PIE*/
}
#newsSingleBox h1 { font-size: 36px; font-size:3.6rem; line-height: 54px; font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
#newsSingleBox h2 { font-size: 30px; font-size:3.0rem; line-height: 45px; }
#newsSingleBox h3 { font-size: 24px; font-size:2.4rem; line-height: 40px; }
#newsSingleBox h4 { font-size: 18px; font-size:1.8rem; line-height: 30px; }

#newsSingleBox .left,#newsSingleBox .alignleft { float:left; overflow:hidden; _zoom:1; }
#newsSingleBox .center,#newsSingleBox .aligncenter { margin-left: auto; margin-right: auto; display:block; }
#newsSingleBox .right,#newsSingleBox .alignright { float:right; overflow:hidden; _zoom:1; }

#newsSingleBox img {
	margin: 10px;
}
#newsSingleBox img.wp-smiley {
	margin: 0px;
	vertical-align: middle;
}
#newsSingleBox sup {
	vertical-align: super;
	font-size: 10px; font-size:1.0rem;
}
#newsSingleBox sub {
	vertical-align: sub;
	font-size: 10px; font-size:1.0rem;
}


/* 上書き設定 ----------------------------------------------------------------------- */
/*背景色*/
.bgGray { background: #f0f0f0 !important; }
.bgRed { background: #ff0000 !important; }
.bgBlue { background: #e9fffc !important; }
.bgYellow { background: #ffffdd !important; }
.bgPink { background: #ffddee !important; }
.bgOrange { background: #ffeebb !important; }
.bgWhite { background:#fff !important; }
.bgBeige { background: #f9f9f6 !important; }

/*フォーム*/
input[type="text"] { font-size: 13px; font-size:1.3rem; }
textarea { font-size: 14px; font-size:1.4rem; }
input[type="text"]:focus, select:focus, textarea:focus{
	background: #FFE;
}
.long { width: 85%; }

/*文字サイズ・装飾*/
strong { font-weight: bold;}
small { font-size: 11px; font-size:1.1rem;}
sup { font-size: 9px; font-size:0.9rem; vertical-align: text-top; }
.red { color: #F00 !important; }
.blue { color: #00F !important; }
.green { color: #090 !important; }
.navy { color:#039 !important; }
.purple { color:#93C !important; }
.orange { color: #F60 !important; }
.pink { color:#f39 !important; }
.gray { color:#999 !important; }
.black { color:#000 !important; }
.white { color:#FFF !important; }

.red2 { background:#F00 !important; color:#FFF !important;}
.blue2 { background: #00F !important; color:#FFF !important;}
.green2 { background: #090 !important; color:#FFF !important;}
.navy2 { background:#039 !important; color:#FFF !important;}
.purple2 { background:#93C !important; color:#FFF !important; }
.orange2 { background: #F60 !important; color:#FFF !important;}
.pink2 { background:#f39 !important; color:#FFF !important; }
.gray2 { background:#999 !important; color:#FFF !important;}
.black2 { background:#000 !important; color:#FFF !important;}

.red2,.blue2,.green2,.navy2,.purple2,.orange2,.pink2,.gray2,.black2 {
	padding-left:5px;
	padding-right:5px;
	display: inline-block;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	behavior: url("/wp/wp-content/themes/isurftemp/js/PIE.htc");
}

.lineH18 { line-height: 18px; }
.lineH24 { line-height: 24px; }

.txtLeft { text-align: left;}
.txtCenter { text-align: center;}
.txtRight { text-align: right;}
.txtSmall { font-size: 11px; font-size:1.1rem; line-height:16px; }
.txtSmall2 { font-size: 10px; font-size:1rem;}
.txtSmall3 { font-size: 9px; font-size:0.9rem;}
.txtKome { margin-left: 1em; text-indent: -1em; }
.txtIndent1 { text-indent: 1em; }
.txtBig { font-size: 15px; font-size:1.5rem; }
.txtStrong { font-weight: bold; }
.txtNormal { font-weight: normal; }
.verticalM { vertical-align: middle; }

/*その他*/
.clearBoth { clear: both;}
.clearLeft { clear: left;}
.clearRight { clear: right;}
.anchor { display: block; }
.nowrap { white-space:nowrap; }
.error { background: #f00; color: #fff; font-weight:bold; text-align:center; }
.wp-pagenavi{ height: 30px; }
.pngIE6 {}
.photoBox {}
.accordion {}
.footable {}
.toggleBox,.toggleBoxOn,.toggleBoxOff {}

/*マージン*/
.mt0 { margin-top: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr0 { margin-right: 0px !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}
.mr40 { margin-right: 40px !important;}
.mr50 { margin-right: 50px !important;}

.ml0 { margin-left: 0px !important;}
.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}

.mRLauto { margin-left: auto; margin-right:auto !important; }

/* パディング */
.pd5 { padding: 5px; }
.pd10 { padding: 10px; }

/* float 共通 */
.fL2 { float:left; display: inline; overflow: hidden; _zoom:1; }
.fR2 { float: right; display: inline; overflow: hidden; _zoom:1; }

/* 横幅 */
.w100p { width: 100% !important; }

/* gmap */
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.mapp-layout {
	width: 100% !important;
}

/*スライダー*/
ul.sliderA,ul.sliderB {
	list-style: none !important;
	margin-bottom:0px !important;
}
ul.sliderA li,ul.sliderB li {
	margin-left: 0px !important;
}
ul.sliderA li p,ul.sliderB li p{
	margin-bottom:0px !important;
}
ul.sliderA li img{
	margin:0px !important;
	height: auto !important;
	max-height: 147px !important;
}
ul.sliderB li img{
	margin:0px !important;
	height: auto !important;
	max-height: 107px !important;
}

.widgettitle { display: none; }

/*アクセスランキング*/
ul.accessRanking ul {
	margin-bottom: 10px;
	text-indent:0;
	list-style: decimal;
	padding-left:2em;
}
ul.accessRanking ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #d9d4c1;
	overflow: visible;
}
ul.accessRanking ul li a {
	text-decoration: none;
	color:#000;
}
ul.accessRanking ul li a:hover {
	text-decoration: underline;
	color:#0066f0;
}

.archiveGroupBox {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #d9d4c1;
	clear: both;
}

/* イベント */
.fc-header td { border: none; }
.fc-header-title { font-size: 24px; font-size:2.4rem; line-height:24px; }
select#eo-event-cat { margin: 2px 0px 0px 10px; }
.fc-event { opacity: 0.7; }

/*.bx-viewport {
	min-height: 147px;
}*/

.height-auto {
	height: auto !important;
}
