@charset "utf-8";
/* CSS Document */

/* Reset
========================================== */

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, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
 
html {
	height:100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%; 
}
 
ol, ul {
  list-style: none;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}
 
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
 
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
 
a img,a:hover img {
  border: none;
}

label{
  font-weight:normal;
}

i{
  font-style:normal;
} 

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align:top;
}

sub, sup {
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.0;
  font-size:9px;
}
sup {
  vertical-align:0.8em;
}
sub {
  margin-right: 1px;
  vertical-align:0;
}

address,caption,cite,code,dfn,var{
  font-weight:normal;
  font-style:normal;
}


/* Base Layout
========================================== */

body{
	margin:0 auto;
	padding:0;
	background:#fff;
	color: #333;
	text-align:center;
	font: 87%/1.6 "メイリオ", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS Pゴシック",Verdana,Ariel,Helvetica,sans-serif;
	line-height:1.5;
}

#contents{
	width:100%;
	max-height:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.container {
	width:100%;
	margin:0 auto;
	padding:0;
}

.clear{
	clear:both;
}

.clearfix { position:relative;}
.clearfix:after {content:"";display:block;clear:both;height:0;}
* html .clearfix { zoom:1; } /* IE6 */
*:first-child+html .clearfix { zoom:1;} /* IE7 */


a{
	color:#333;
	text-decoration:none;
}


a:hover{
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}


img.hover,
a.hover{
	text-decoration:none !important;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a:hover img.hover,
a.hover:hover {
	text-decoration:none !important;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

img.full {
	width:100%;
	max-width:640px;
	}

/* Header
========================================== */
header {
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding:0 0 1px;
	text-align:left;
	}

header h1 {
	display:inline-block;
	padding:8px 0 0 8px;
	}

/* Navigation (共通）
========================================== */
nav.navi01 {
float:right;
height:60px;
}

nav.navi01 ul li{
float:left;
margin-left:1px;
}


/* Drop Down Menu
========================================== */
 
#menu-list {
    display: none;
	position:absolute;
	top:60px;
	right:0;
	z-index:999999;
	overflow-x:none;
	overflow-y:auto;
	background:#faf7f1;
}

#menu-list ul {
	width:260px;
	}

#menu-list ul li {
	margin-bottom:1px;
	font-weight:bold;
	line-height:1;
	}

#menu-list ul li a,
#menu-list ul li a:hover,
#menu-list ul li.current {	
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:15px 10px;
	}

#menu-list ul li.block,
#menu-list ul li.block a {
	display:block;
	background-color:#666;
	}	
	
#menu-list ul li.current {
		background-color:#333333;
		}

#menu-list ul li.block a:hover {	
	background-color:#efefef;
	color:#333;
	}
	
#menu-list ul li.block a {
	background:url(../img/bg_navi02.png) right 10px center no-repeat;			
	}
	
#menu-list ul li span {
	font-size:72%;
	}
	

/* Navigation (index.html電話と地図）
========================================== */

nav.top_navi01,
nav.top_navi02 {
	width:100%;
	margin:0 auto;
	max-width:640px;
	}
	
nav.top_navi01 {
	text-align:center;
	}
	
nav.top_navi01 ul li {
	display:inline-block;
	width:40%;
	border:1px solid #ccc;
	border-radius:10px;
	text-align:center;
	vertical-align:middle;
	font-size:150%;
	font-weight:bold;
	margin:10px 0 8px 0;
	padding:10px;
	box-shadow:2px 2px 2px #efefef;
	background-color:#ccd4d9;
	background:-webkit-gradient(linear,left top,left bottom, from(#FFF),to(#ccd4d9));
	background:-moz-gradient(linear,left top,left bottom, from(#FFF),to(#ccd4d9));
	}


nav.top_navi01 ul li a {
		color:#003333;
		display:block;
		}
		
nav.top_navi01 ul li a:hover{
	text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
		}

nav.top_navi01 ul li.last {
	margin-left:10px;
	}

/* Navigation（index.htmlコンセプト、メニュー、アクセス）
========================================== */
nav.top_navi02 {
	height:auto;
	text-align:left;
}

nav.top_navi02 ul {
	padding-left:0;
}
	

nav.top_navi02 ul li { 
	margin-bottom:1px;
	font-weight:bold;
	line-height:1;
}

nav.top_navi02 span {
	font-size:72%;
	}	
	
nav.top_navi02 ul li a,
nav.top_navi02 ul li a:hover {
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:15px 10px;
	}
	
nav.top_navi02 ul li.concept { display:block;background-color:#f28282;}
nav.top_navi02 ul li.menu { display:block;background-color:#93ca76;}
nav.top_navi02 ul li.access { display:block;background-color:#5fc8cb;}

nav.top_navi02 ul li.concept a:hover,
nav.top_navi02 ul li.menu a:hover,
nav.top_navi02 ul li.access a:hover {
	background-color:#efefef;
	color:#333333;	
	}

nav.top_navi02 ul li.concept a,
nav.top_navi02 ul li.menu a,
nav.top_navi02 ul li.access a {
	background:url(../img/bg_navi02.png) right 10px center no-repeat;			
	}

/* Main
========================================== */			
main {
	width:100%;
	margin:0 auto;
	max-width:640px;
	text-align:left;
	}

/* Footer
========================================== */			
footer {
	clear:both;
	margin-top:30px;
	font-size:72%;
	text-align:center;
	}
	
/* 見出し
========================================== */
h2.concept,
h2.menu,
h2.access {
	width:100%;
	max-width:640px;
	margin:0 auto;
	padding:15px 0;
	color:#FFF;
	font-size:129%;
	line-height:1;
	text-align:center;
	}
	
h2.concept { background-color:#f28282;}
h2.menu { background-color:#93ca76;}
h2.access { background-color:#5fc8cb;}
	
h2 span,
h3 span {
	font-size:72%;
	}

h3 {
	padding:5px 10px;
	margin-bottom:1em;
	}	
h3.concept { border-top:1px solid #f28282;border-bottom:1px dotted #f28282;}
h3.menu { border-top:2px solid #93ca76;border-bottom:1px solid #93ca76;}
h3.access { border-top:2px solid #5fc8cb;border-bottom:1px solid #5fc8cb;}


/* Module
========================================== */
	
.floatL {float:left;}
.floatR {float:right;}
.inline {display:inline;}
.block {display:block;}
.imgLeft {float:left;margin:0 20px 20px 0;}
.imgRight {float:right;margin:0 0 20px 20px;}

/***** 画面トップへ移動するボタン *****/

#gototop {
	position:fixed;
	bottom:40px;
	right:10px;
	display:none;
	clear:both;
}

@media print {
#gototop {
	display:none;
	}
	}

/***** 画像フェードイン *****/

img.fadein {
	display:none;
	}

/***** 別窓アイコン自動表示 
	
a[href^="http://capricepvp.exblog.jp/"] {
	display: inline-block;
	padding-right: 20px;
	background: url(../img/icon_window.png) no-repeat right center;
}*****/
	
/* テーブル */
.dataTable1 {
	width:100%;
	margin:0 0 30px;
	border:none;
	}
	
.dataTable1 th,.dataTable1 td {
	padding:10px;
	border-bottom:1px dotted #cdd4d9;
	vertical-align:top;
	}
	
.dataTable1 th {
	font-weight:bold;
	}
	

/* ユニット */

.unit1 {
	padding: 0 10px 15px 10px;
	}

.unit1 p {
	margin-bottom:15px;
	}
	
.unit1 p.last {
	margin-bottom:0;
	}
		

/* リスト */

.disc li {
	background:url(../img/bg_disc01.png) no-repeat left 0.4em;
	padding-left:13px;
	}
	
.disc li ul li {
	background:url(../img/bg_disc02.png) no-repeat left 0.4em;
	padding-left:13px;
	}

.link li {
	background:url(../img/icon_link.png) no-repeat left 0.4em;
	padding-left:13px;
	}

p.link {
	background:url(../img/icon_link.png) no-repeat left 0.4em;
	padding-left:13px;
	}


.menu_btn ul {
	display:table;
	table-layout:fixed;
	width:100%;
	}
	
.menu_btn ul a {
	display:block;
	padding:0 5px
	}
	
.menu_btn ul li {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	}
	

.inlineB { display:inline-block;}
	
.txtR { text-align:right;}
.txtC { text-align:center;}
.txtL { text-align:left;}

.fontXL { font-size:129% !important;}
.fontL { font-size:115% !important;}
.fontM { font-size:87% !important;}
.fontS { font-size:72% !important;}

.unit1 .caption {
	font-size:86%;
	margin:8px 0 0;
	display:block;
	text-align:left;
	}

.vTop {vertical-align:top !important; }
.vMid {vertical-align:middle !important;}
.vBottom {vertical-align:bottom !important;}
		
hr.line {
	margin:0;
	padding:0 0 15px;
	border:0;
	border-top:1px dotted #b1b2ae;
	}	

.bold { font-weight:bold;}
.normal {font-weight:normal;}

.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt60 {margin-top:60px !important;}
.mt65 {margin-top:65px !important;}
.mt70 {margin-top:35px !important;}
.mt75 {margin-top:40px !important;}
.mt80 {margin-top:45px !important;}
.mt85 {margin-top:50px !important;}
.mt90 {margin-top:55px !important;}
.mt95 {margin-top:60px !important;}
.mt100 {margin-top:65px !important;}

.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}
.mr55 {margin-right:55px !important;}
.mr60 {margin-right:60px !important;}
.mr65 {margin-right:65px !important;}
.mr70 {margin-right:35px !important;}
.mr75 {margin-right:40px !important;}
.mr80 {margin-right:45px !important;}
.mr85 {margin-right:50px !important;}
.mr90 {margin-right:55px !important;}
.mr95 {margin-right:60px !important;}
.mr100 {margin-right:65px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.mb55 {margin-bottom:55px !important;}
.mb60 {margin-bottom:60px !important;}
.mb65 {margin-bottom:65px !important;}
.mb70 {margin-bottom:40px !important;}
.mb75 {margin-bottom:45px !important;}
.mb80 {margin-bottom:50px !important;}
.mb85 {margin-bottom:55px !important;}
.mb90 {margin-bottom:60px !important;}
.mb95 {margin-bottom:65px !important;}
.mb100 {margin-bottom:65px !important;}

.ml0 {margin-left:0 !important;}
.ml1 {margin-left:1 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}
.ml55 {margin-left:55px !important;}
.ml60 {margin-left:60px !important;}
.ml65 {margin-left:65px !important;}
.ml70 {margin-left:40px !important;}
.ml75 {margin-left:45px !important;}
.ml80 {margin-left:50px !important;}
.ml85 {margin-left:55px !important;}
.ml90 {margin-left:60px !important;}
.ml95 {margin-left:65px !important;}
.ml100 {margin-left:65px !important;}
	

.w5p {width:5% !important;}
.w10p {width:10% !important;}
.w15p {width:15% !important;}
.w20p {width:20% !important;}
.w25p {width:25% !important;}
.w30p {width:30% !important;}
.w33p {width:33% !important;}
.w35p {width:35% !important;}
.w40p {width:40% !important;}
.w45p {width:45% !important;}
.w50p {width:50% !important;}
.w55p {width:55% !important;}
.w60p {width:60% !important;}
.w65p {width:65% !important;}
.w66p {width:66% !important;}
.w67p {width:67% !important;}
.w68p {width:68% !important;}
.w70p {width:70% !important;}
.w72p {width:72% !important;}
.w73p {width:73% !important;}
.w74p {width:74% !important;}
.w75p {width:75p !important;}
.w80p {width:80% !important;}
.w85p {width:85% !important;}
.w90p {width:90% !important;}
.w95p {width:95% !important;}
.w100p {width:100% !important;}
	


