@charset "utf-8";

/*
Theme Name: JSPACC
Description: 
Author: Tyrant King Inc.
Author URI: www.tyrantking.com
*/

/* ************************************************ 
*	基本設定
* ************************************************ */

body {
	margin:0;
	padding:0;
	font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color:#EFF3F7;
}

/* リンク */

a{
color:#4c80b5;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

a:hover{
color:#666;
text-decoration:underline;
}

a:active, a:focus {
outline: 0;
}


h1, h2, h3 {
color:#4c80b5;
}

/* 画像 */

img{
border:0;
padding:0px;
margin:0px
}

a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
font-size:14px;
margin: 0 0 5px 15px;
padding: 0 0 0 0;
}

li a{
color:#4C80B5;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#666;
}


/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
margin: auto;
width:1020px;
/*max-width: 1020px;
_width: 1020px;*/
background-color:#FFF;
overflow:auto;
min-height:700px;
}

#main aside {
background-color: #f6f6f6;
}

#blocks li {
background-color: #f8f8f8;
height: 100px;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */

#header {
width: 1020px;
height:100px;
background:#FFF;
margin:0 auto;
}

.header-inner {
background:url(../images/header_bg.gif)  repeat-x;
overflow: hidden;
margin: 0px auto 0 auto;
padding: 0;
max-width: 1020px;
_width: 1020px;	
}

#header h1 {
text-align:center;
margin: 0;	
}

.logo {
float: left;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.header-right {
	width:600px;
	height:100px;
	float: right;
	position:relative;
	margin: 0px 0px 0 0;
	padding: 0px 0px 0 0;
}
.header-right p {
	color:#4c80b5;
	font-weight:bold;
	font-size:11px;
	line-height:1em;
	text-align:right;
	padding:0 20px 0 0;
}



/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	

#nav {
width:1020px;
background: #4c80b5;
margin: 0 auto;
padding: 10px 0 10px 0;
overflow:auto;
}

#nav ul {
list-style: none;
margin: auto;
}

ul#topnav {
	float:left;
	text-align:left;
}

ul#subnav {
	float:right;
	text-align:right;
}

ul#topnav li, ul#subnav li{
font-family: Helvetica,arial,Sans-Serif;
font-size: 13px;
font-weight: bold;
letter-spacing: 0.02em;
list-style:none;
display: table-cell;
margin: 0 0 0 0;
padding:0 0 0 0;
}

ul#topnav li a, ul#subnav li a {
color:#fff;
text-decoration:none;
padding: 10px;
margin: 0 0 0 0;
}
ul#topnav li a:hover, ul#subnav li a:hover{
color:#fff;
background: #85aed7;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
padding: 10px;
}
/*ul#topnav .current_page_item a, ul#subnav .current_page_item a {
color:#fff;
background: #306091;
text-decoration:none;
}
ul#topnav .current-menu-item a, ul#subnav .current-menu-item a {
color:#fff;
background: #306091;
text-decoration:none;
}
ul#topnav .current-post-ancestor a, ul#subnav .current-post-ancestor a {
color:#fff;
background: #306091;
text-decoration:none;
}
*/


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

#main {
margin: 0 0 0 0;
padding: 30px 40px;
}



/* トップページウィジェットエリア */

#toplist{
margin: 0 0 30px 0;
padding: 0 0 0 0;
}

.toplist ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.toplist li{
font-size: 13px;
margin: 6px 0px 0px 0px;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.toplist li a{
color:#666;
background: url(images/list.png) no-repeat 0 50%;
padding-left: 10px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

.toplist li a:hover{
background-position: 3px 50%;
color:#999;
}

.top-title {
font-family:Century Gothic,arial,sans-serif;
font-size: 18px;
font-weight:bold;
font-style:normal;
padding: 0px 0px 10px 0px;
margin: 0px 0px 10px 0px;
border-bottom: 2px dotted #eb9d2d;
color: #eb9d2d;
}

.intro {
	margin:0 0 40px 0;
	overflow:auto;
}
.intro-left {
	width: 410px;
	margin:0;
	float:left;
}
.intro p {
	margin:0 0 20px 0;
	padding:0;
}
.intro img {
	float:right;
	overflow:auto;
	margin-top: 30px;
}
.info-title {
font-size: 18px;
font-weight:bold;
font-style:normal;
padding: 0;
margin: 0px 0px 20px 0px;
color: #4c80b5;
}
.info-img {
}
.info-text {
overflow:auto;
padding: 0px 0px 15px 0px;
}
.info-text ul{
font-size: 13px; 
color: #444;
line-height: 180%;
}
.wp-post-image {
float:left;
padding: 0px 20px 10px 0px;
}

/* ギャラリーレイアウト */	

.item-img {
margin: 0 0 15px 0;
}

.item-title a {
font-size:14px;
color:#1d73ca;
}

.item-title a:hover {
color:#999;
}

.item-text p {
font-size:13px;
color:#444;
}



/* ブログ記事部分 */	

p {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 14px; 
color: #444;
line-height: 160%;
padding: 0px 0px 5px 0px;
}

p a {
color:#1d73ca;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}

#date {
font-family:Century Gothic,arial,sans-serif;
font-size:9px;
font-weight:normal;
text-align: left;
padding: 0 0 0 0;
color:#999;
letter-spacing: 0.1em;
}

.pagetitle {
font-family:Century Gothic,arial,sans-serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 24px;
font-weight: normal;
color: #4c80b5;
}

.pagetitle a {
font-family:Century Gothic,arial,sans-serif;
margin: 20px 0px 20px 0px;
padding: 0px 0px 10px 0px;
font-size: 24px;
font-weight: normal;
color: #4c80b5;
}

.blog-title {
font-family:Century Gothic,arial,sans-serif;
margin: 20px 0px 20px 0px;
padding: 18px 0px 15px 0px;
font-size: 18px;
font-weight: bold;
color: #333;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#999;
}

.subtitle {
font-family:Century Gothic,arial,sans-serif;
font-weight: normal;
font-size: 12px;
border-bottom:1px dotted #ccc;
padding: 0 0 0 0;
margin: 30px 0 10px 0;
letter-spacing: 0.1em;
color: #666;
}

blockquote{
color:#666;
margin:5px 0 5px 0;
padding:5px 20px;
}

#blog-foot {
font-size:75%;
text-align: left;
margin:10px 0 0 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}
#blog-foot-archives {
font-size:75%;
text-align: left;
margin:50px 0 100px 0;
padding: 2px 5px 2px 10px;
font-weight:normal;
color:#999;
background:#f7f7f7;
border-bottom:0px dotted #ccc;
}

#blog-foot span,
#blog-foot-archives span{
color:#999;
}

.single-thumbnail{
margin:13px 0 0 0;
}

.con-title {
font-size:13px;
font-weight:bold;
color:#FFFFFF;
background-color:#79ACBF;
padding:3px 0 3px 10px;
}

.list02 {
background:url(../images/list02.png) no-repeat left center;
padding-right:15px;
}
.error {
color: #FF3300;
font-weight:bold;
}


/* ページャー */

#next {
font-size:85%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
font-size:85%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* 関連記事 */

.similar-head {
font-family:Century Gothic,arial,sans-serif;
margin: 0 0 0 0;
padding: 0 10px 0 0px;
line-height: 30px;
font-size: 14px;
font-weight: normal;
color: #999;
letter-spacing: 0.05em;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size:11px;
margin: 0 0 0 0;
padding: 2px 0px 2px 0px;
list-style: none;
border-bottom: 1px dotted #dedede;
}

.similar li a{
color:#999;
background: url(../images/list.png) no-repeat 0 50%;
padding-left: 15px;
}

.similar li a:hover{
background-position: 3px 50%;
color:#666;
}




/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
width: 100%;
margin: 23px 0px 40px 0px;
padding: 0 0 0 0;
}

#sidebar p{
margin-bottom: 0px;
}

#sidebar h2 {
font-family:Century Gothic,arial,sans-serif;
font-size: 10px;
font-weight: normal;
color: #999;
letter-spacing: 0.1em;
margin: 0px 0px 10px 0px;
padding: 0 0 0 0;
background: url() no-repeat;
border-bottom:1px solid #ccc;
}

.sidebar-title{
font-family:Century Gothic,arial,sans-serif;
color: #4c80b5;
font-size: 16px;
font-weight:bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
background: url() no-repeat;
border-bottom:2px dotted #4c80b5;
}

#sidebar h3 {
font-family:Century Gothic,arial,sans-serif;
font-size: 12px;
font-weight: normal;
color: #999;
line-height: 30px;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:0px solid #ccc;
}

#sidebar ul{
/*margin: 0 0 0 0;
padding: 0 0 0 0;*/
}

#sidebar li{
/*font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;*/
}

#sidebar li a{
/*display: block;
padding: 0 0 0 15px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;*/
}


#sidebar li a:hover{
}

.loginbox {
border:1px solid #4c80b5;
}
#loginform {
padding: 10px 20px;
}
.loginbox p{
padding:0;
margin:0;    
} 
.loginbox h4 {
color:#FFF;
font-size: 15px;
font-family:Century Gothic,arial,sans-serif;
font-weight:bold;
background-color:#4c80b5;
padding:4px 0px 4px 10px;
margin:0;
}
.loginbox h5 {
color:#4c80b5;
font-family:Century Gothic,arial,sans-serif;
font-weight:bold;
padding:0;
margin:4px 0;
}
.recall {
color: #666;
font-size:13px;
margin:5px 0;
line-height:1.5em;	
}
input[type="password"], input[type="id"], input[type="text"], input[type="email"] {
position: relative;
z-index: 2;
border: 1px solid #ccc;
margin: 0;
padding: 5px 5px;
background-color: white;
color: #666;
font-size: 13px;
line-height: 1;
border-radius: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: border 0.3s ease-in;
-moz-transition: border 0.3s ease-in;
-ms-transition: border 0.3s ease-in;
-o-transition: border 0.3s ease-in;
transition: border 0.3s ease-in;
}
   
input[type="submit"], input[type="button"] {
background: #EB9D2D;
font-family:Century Gothic,arial,sans-serif;
font-weight:bold;
text-align: center;
padding: 8px 12px;
color: #ffffff;
font-size: 14px;
font-family: helvetica, serif;
text-decoration: none;
vertical-align: middle;
border:none;
margin:4px 0;
}
input:hover {
opacity: 0.6; 
/* IE */
filter: alpha(opacity=60);
}

.logout-bt a {
background: #EB9D2D;
font-family:Century Gothic,arial,sans-serif;
font-weight:bold;
text-align: center;
padding: 8px 12px;
color: #ffffff;
font-size: 14px;
font-family: helvetica, serif;
text-decoration: none;
vertical-align: middle;
border:none;
float:right;
margin:4px 0;
}

.register-bt {
margin:10px 0;
}	
.register-bt a {
background: #719BC6;
text-align:center;
text-decoration: none;
vertical-align: middle;
padding: 7px 40px;	
color: #FFF;
font-size: 13px;
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-weight:bold;
}
.register-bt a:hover, .logout-bt a:hover {
opacity: 0.6; 
/* IE */
filter: alpha(opacity=60);
color: #FFF;
}
.register-bt a:active, .logout-bt a:active {
opacity: 0.6; 
/* IE */
filter: alpha(opacity=60);
color: #FFF;
}
.payment {
margin:30px 0 20px 0;
}
.payment p {
font-size:13px;
line-height:150%;
margin: 0;
padding-bottom: 5px;
}
.payment-button {
text-align:center;
margin:0 auto 15px 0;
}

/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
background: #FFFFFF;
clear:both;
width:1020px;
font-size: 80%;
margin: 0 auto;
padding: 20px 0;
}

.footer-inner {
margin: 0px auto 0px auto;
max-width: 1020px;
_width: 1020px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

#copyright {
font-size:10px;
color:#999;
text-align:center;
position: relative;
margin: 0 0 0 0;
padding: 0 0 0 0;
}



/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget{
margin: 0 0 30px 0;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0px;
/*background: url(images/list.png) no-repeat 0 50%;*/
padding-left: 10px;
}

.textwidget{
font-size: 13px;
color: #444;
line-height:170%;
margin: 0 0 30px 0;
padding: 5px 0 0 0;
}

#topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#topbox li{
floate:left;
margin: 0 0 0 0;
padding: 8px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
background: url(../images/list.png) no-repeat 0 50%;
}

#topbox li a{
font-size:13px;
color:#666;
margin: 0 0 0 0;
padding: 0px 0px 2px 10px;
list-style: none;

transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.date {
font-family: Century Gothic,arial,sans-serif;
font-size: 13px;
font-weight: normal;
padding: 5px 0 0 0;
color: #666;
letter-spacing: 0.02em;
}

#topbox li a:hover{
color:#999;
}

#topbox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #fff;
}

#topbox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #fff;
border-bottom: 0px dotted #fff;
}

#sidebox{
color:#666;
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
/*margin: 0 0 0 0;
padding: 0 0 0 0;*/
}

/*#sidebox li{
font-size: 13px;
font-weight:bold;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 8px 0 8px 0px;
background:url(../images/list01.png) no-repeat 0;
}

#sidebox li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#999;
}*/

#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

.footer-widget-title{
font-family:Century Gothic,arial,sans-serif;
font-size:14px;
font-weight:bold;
color: #999;
margin: 0 0px 10px 0px;
}


.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
font-size:88%;
list-style: none;
}

.widget li a{
color: #666;
display: block;
}

.widget li a:hover{
color: #999;
}


#sidebox li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#999;
}

li.menu-item {
font-size: 13px;
font-weight:bold;
floate:left;
list-style: none;
margin: 0 0 0 0;
}

li.menu-item-has-children {
font-size: 13px;
font-weight:bold;
list-style: none;
margin: 0 0 0 0;
}

ul.sub-menu {
	margin:0 0 0 20px;
}

.menu-membermenu-container {
border-bottom:2px dotted #4c80b5;
padding:0 0 10px 0;
}

#menu-membermenu li {
font-size: 13px;
font-weight:bold;
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 8px 0 8px 5px;
background:url(../images/list01.png) no-repeat 0;
}

#menu-membermenu li.menu-item-has-children {
font-size: 13px;
font-weight:bold;
list-style: none;
margin: 0 0 0 0;
padding: 8px 0 0 5px;
background:url(../images/list01.png) no-repeat 0;
background-position:0px 12px;
}



/* ************************************************ 
*	サイトマップ
* ************************************************ */

/* sitemap-public */
.menu-sitemap-public-container {
padding:10px 30px;
}

#menu-sitemap-public h4 {
font-size: 14px;
font-weight:bold;
margin: 0 0 0 0;
padding: 0 0 5px 15px;
border-bottom:1px dotted #999;
background: url(../images/list01.png) no-repeat 0 3px;
}

#menu-sitemap-public li {
margin:0 0 15px 0;
}

#menu-sitemap-public li a:hover {
text-decoration:none;
color:#999; 
}
/* sitemap-member */
.menu-sitemap-member-container {
padding:10px 30px;
}

#menu-sitemap-member h4 {
font-size: 14px;
font-weight:bold;
margin: 0 0 0 0;
padding: 0 0 5px 15px;
border-bottom:1px dotted #999;
background: url(../images/list01.png) no-repeat 0 3px;
}

#menu-sitemap-member li {
margin:0 0 15px 0;
}

#menu-sitemap-member li a:hover {
text-decoration:none;
color:#999; 
}

li .sitemap-sub {
padding: 0 0 5px 0;
margin:0 !important;
font-weight:normal;
}


.sitemap-info {
font-size: 13px;
font-weight:normal;
margin:0 0 0 15px;
padding:5px;
}



/* ************************************************ 
*	検索フォーム
* ************************************************ */


.search fieldset {
margin: -20px 0 20px 0px;
border: 0px solid #eee;
}

.search input {
font: 11px arial, sans-serif; 
color: #c0c0c0; 
width:80%;
padding: 5px 5px; 
vertical-align: middle;
border: none; 
background: none; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(../images/search.png) no-repeat; 
}



/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji13px {font-size: 13px;line-height: 170%;}
.moji12px {font-size: 12px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 400%;}

.mincho {
font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}



/* ************************************************ 
*	テーブル
* ************************************************ */

table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-left: 0px dotted #CCCCCC;
}


.price td{
line-height: 170%;
text-align: justify;
margin: 0;
padding: 3px;
}


/* プラン表風 */

table#plan {
width: 100%;
margin:10px 0 0 0;
padding:0 0px;
border: 1px #999 solid;
border-collapse: collapse;
border-spacing: 0;
}

table#plan th {
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: nowrap; 
vertical-align: middle;
background-color:#ddd;
}

table#plan td {
font-size: 13px;
text-align: center;
padding: 10px;
border: 1px #999 solid;
border-width: 0 0 1px 1px;
white-space: normal;
vertical-align: middle;
}


/* フローチャート風 */

table#flow {
width: 100%;
margin:0 0 0 0;
padding:0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#flow th {
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 10px 0px;
border: 0px #CCC solid;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}

table#flow td {
font-size: 13px;
text-align: left;
padding: 10px;
border-bottom: 1px #CCC solid;
white-space: normal;
vertical-align: middle;
}


/* コンタクトフォーム用 */

table#contact {
font-size: 13px;
width: 100%;
color: #444;
margin: 10px 0 0 0;
padding: 0 0 0 0;
border: 0px #CCC solid;
border-collapse: collapse;
border-spacing: 0;
}

table#contact th {
font-weight: bold;
line-height: 120%;
text-align: left;
padding: 10px;
white-space: nowrap; 
}

table#contact td {
font-size: 13px;
text-align: left;
padding: 10px;
white-space: normal;
vertical-align: middle;
}




/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 5px 0 5px 0;
padding: 0 0 0 0;
border-bottom:1px dotted #CCC;
}

.line-double {
margin: 5px 0 5px 0;
padding: 0 0 0 0;
border-bottom:4px double #ccc;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #CCC;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #CCC;
}



/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #CCC;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #ccc;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}



/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}



/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #ccc; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #ccc; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #ccc; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #ccc; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #ccc; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}



/* ************************************************ 
*	CSS3ボタン
* ************************************************ */

.bt-more a {
font-size: 9px;
font-weight: normal;
color: #333;
text-align: center;
text-decoration: none;
text-shadow: 0px -1px 0px #fff;
width: 50px;
float: left;
display: block;
padding: 0 0 0 0;
margin: 10px 0 0 0;
border: 1px solid #ccc;
border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
background-color: #eee;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(.75, #eee),color-stop(1, #ddd));
background: -moz-linear-gradient(#ddd, #eee 75%, #ddd);
}

.bt-more a:hover {
background-color: #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(.75, #fff),color-stop(1, #eee));
background: -moz-linear-gradient(#eee, #fff 75%, #eee);
}

.bt-more a:active {
background-color: #999;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #999),color-stop(.75, #ccc),color-stop(1, #999));
background: -moz-linear-gradient(#999, #ccc 75%, #999);
}

.bt-order a{
font-size: 14px;
color:#fff;
display: block;
text-align:center;
background-color: #999;
margin: 20px 0 20px 0 ;
padding: 10px 15px;
border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}

.bt-order a:hover{
color:#867888;
background: #ddd;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}


/* ************************************************ 
*	Public Page
* ************************************************ */

.q {
font-size:20px;
font-weight:bolder;
padding-right:5px;
color:#719bc6;
}
.an {
font-size:20px;
font-weight:bolder;
padding-right:5px;
color:#cb3e3e;
}

.g {
font-size:28px;
font-weight:bolder;
padding-right:5px;
color:#EB9D2D;
}



/* ************************************************ 
*	Grid
* ************************************************ */

.row {
  margin-bottom: 1.5em;
  width: 960px;
}
.container.row {
  margin-bottom: 0;
}
.container:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.third {
margin-right: 40px;
  float: left;
  min-height: 1px;
}
.half,
.quarter,
.fifth,
.sixth,
.twothird,
.twofifth,
.threefifth,
.fourfifth,
.fivesixth,
.threequarter {
  /*margin-left: 3.1914893617021276%;*/
  float: left;
  min-height: 1px;
  overflow:hidden;
}

.half:first-child,
.third:first-child,
.quarter:first-child,
.fifth:first-child,
.sixth:first-child,
.twothird:first-child,
.twofifth:first-child,
.threefifth:first-child,
.fourfifth:first-child,
.fivesixth:first-child,
.threequarter:first-child {
  margin-left: 0;
}
.sixth {
  width: 14.007092198581558%;
}
.fifth {
  width: 17.4468085106383%;
}
.quarter {
  width: 22.606382978723403%;
}
.third {
  /*width: 31.205673758865245%;*/
  width: 250px;
}
.half {
  width: 48.40425531914894%;
}
.threequarter {
  width: 74.20212765957446%;
}
.twothird {
  /*width: 65.60283687943262%;*/
  width: 650px;
}
.twofifth {
  width: 38.08510638297872%;
}
.threefifth {
  width: 58.72340425531915%;
}
.fourfifth {
  width: 79.36170212765958%;
}
.fivesixth {
  width: 82.8014184397163%;
}
.push-half,
.push-threequarter,
.push-quarter,
.push-third,
.push-twothird,
.push-fifth,
.push-twofifth,
.push-threefifth,
.push-fourfifth,
.push-sixth,
.push-fivesixth {
  position: relative;
}
.push-half {
  left: 51.59574468085106%;
}
.push-third {
  left: 34.39716312056737%;
}
.push-quarter {
  left: 25.79787234042553%;
}
.push-fifth {
  left: 20.638297872340427%;
}
.push-sixth {
  left: 17.198581560283685%;
}
.push-threequarter {
  left: 77.39361702127658%;
}
.push-twothird {
  left: 68.79432624113474%;
}
.push-twofifth {
  left: 41.27659574468085%;
}
.push-threefifth {
  left: 61.91489361702128%;
}
.push-fourfifth {
  left: 82.55319148936171%;
}
.push-fivesixth {
  left: 85.99290780141843%;
}
.split .half,
.split .third,
.split .quarter,
.split .fifth,
.split .sixth,
.split .twothird,
.split .twofifth,
.split .threefifth,
.split .fourfifth,
.split .fivesixth,
.split .threequarter {
  margin-left: 0;
}
.split .half {
  width: 50%;
}
.split .threequarter {
  width: 75%;
}
.split .quarter {
  width: 25%;
}
.split .third {
  width: 33.3%;
}
.split .twothird {
  width: 66.6%;
}
.split .fifth {
  width: 20%;
}
.split .twofifth {
  width: 40%;
}
.split .threefifth {
  width: 60%;
}
.split .fourfifth {
  width: 80%;
}
.split .sixth {
  width: 16.6%;
}
.split .fivesixth {
  width: 83.4%;
}
.inner {
  padding: 1.5em;
}
.inner-left {
  padding-left: 1.5em;
}
.inner-right {
  padding-right: 1.5em;
}
.inner-nobottom {
  padding-bottom: 1px;
}
.inner-double {
  padding: 3em;
}
.inner-double-left {
  padding-left: 3em;
}
.inner-double-right {
  padding-right: 3em;
}
.inner-double-nobottom {
  padding-bottom: 1px;
}
.row .push-right {
  float: right;
}
.row .centered {
  float: none;
  margin: 0 auto;
}


/* ************************************************ 
*	Blocks
* ************************************************ */

.block-two,
.block-three,
.block-four,
.block-five,
.block-six {
  list-style: none;
  margin-left: -3.1914893617021276%;
  margin-bottom: 0;
}
.block-two:after,
.block-three:after,
.block-four:after,
.block-five:after,
.block-six:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block-two > li,
.block-three > li,
.block-four > li,
.block-five > li,
.block-six > li {
  height: auto;
  float: left;
  margin-bottom: 1.5em;
  margin-left: 3.1914893617021276%;
}
.block-two > li {
  width: 46.80851063829787%;
}
.block-three > li {
  width: 30.141843971631204%;
}
.block-four > li {
  width: 21.80851063829787%;
}
.block-five > li {
  width: 16.80851063829787%;
}
.block-six > li {
  width: 13.47517730496454%;
}

/********* christmas2014 *********/
.christmas2014 ul {
	list-style-type:none;
	text-align:left;
	height:34px;
	margin-bottom:5px;
}
.christmas2014 ul li {
	display:inline;
	margin:0px;
	padding:0px;
	float:left;
}
.christmas2014 li img {
	margin:0px;
	padding:0px;
}