﻿@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	color: #000000;		/* フォントカラー */
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	-webkit-print-color-adjust: exact; /* 背景プリント */
}

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
    border-style:none;
}

img:not([width]) {
	zoom: 1; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin-bottom: 10px;
}

ol, ul {
	margin-left: 5px;
}

/*----------------------------------------------------
 マウスオーバー半透明
----------------------------------------------------*/
#opacity-style :hover {
    filter: alpha( opacity=60 );  /* IE */
    opacity:0.6;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.6;           /* Firefox 0.9より前 */
}

a:hover img.hoverimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=80 )";
}

/*----------------------------------------------------
 #page
----------------------------------------------------*/

#page {
	overflow: hidden;
	width: 320px;
	margin: 0 auto;
	background: #fff;
}


/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/

@media all and (orientation:landscape) {
	#page {
		width: 480px;
	}
}



/*----------------------------------------------------
 header
----------------------------------------------------*/

header.global {
	padding: 10px 0;
}

header.global h1 {
	padding: 0 10px 10px;
}

header.global nav {
	margin: 0;
}

header.global nav ul {
	margin: 0;
	padding: 0;
}

header.global nav ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 20%;
	margin: 0;
	text-align: center;
	background: #eee;
	border-right: 1px solid #fff;
}

header.global nav ul li:last-child {
	border-right: 0;
}

header.global nav ul li a {
	display: block;
	padding: 5px;
}


/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer.global {
	padding: 10px 0 50px;
	background: #333;
	color: #fff;
}

footer.global p.copyright {
	margin: 0;
	text-align: center;
}


/*----------------------------------------------------
 main
----------------------------------------------------*/
section.main {
	padding: 0 10px 10px;
}


/*----------------------------------------------------
 clearfix
----------------------------------------------------*/

header.global nav ul:after { content: ''; display: block; clear: both; }



/*----------------------------------------------------
 Android用のCSS
----------------------------------------------------*/

@media all and (orientation:landscape) {
	#page {
		-moz-box-shadow: 3px 0px 5px rgba(0,0,0,.3), -3px 0px 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,.3), -3px 0px 5px rgba(0,0,0,.3);
		box-shadow: 3px 0px 5px rgba(0,0,0,.3), -3px 0px 5px rgba(0,0,0,.3);
	}
}


/*----------------------------------------------------
 モバイルサイズのCSS
----------------------------------------------------*/


@media screen and (max-width: 980px) {
	#pagewrap {
		width: 95%;
	}
	#content {
		width: 60%;
		padding: 3% 4%;
	}
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 650px) {
	#header {
		height: auto;
	}
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
	}
	#main-nav {
		position: static;
	}
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}
	#site-description {
		margin: 0 0 15px;
		position: static;
	}
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}
	#sidebar {
		width: 100%;
		float: none;
		margin: 0;
	}
}

@media screen and (max-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
	}

	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}

}





/*----------------------------------------------------
 テーブル
----------------------------------------------------*/

table{
border:thin solid #000000;
border-collapse:collapse;
margin:0px auto;
font-size:16px
}

th{
border:thin solid #000000;
border-collapse:collapse;
}

td{
border:thin solid #000000;
}


/*----------------------------------------------------
 テーブルhide
----------------------------------------------------*/

table.hide{
border:none;
border-collapse:collapse;
}

tr{
border:none;
}

td.hide{
border:none;
}

/*----------------------------------------------------
 テーブルtop
----------------------------------------------------*/

td.top{
border-bottom: none;
border-left: none;
border-right: none;
border-top: solid 1px #000000;
}


/*----------------------------------------------------
 テーブルbottom
----------------------------------------------------*/

td.bot{
border-bottom: solid 1px #000000;
border-left: none;
border-right: none;
border-top: none;
}


/*----------------------------------------------------
 テーブルside
----------------------------------------------------*/

td.side{
border-bottom: none;
border-left: none;
border-top: none;
border-right: duble 8px;
}



/*----------------------------------------------------
 文字サイズ
----------------------------------------------------*/

.pt18{
font-size: 18pt;
}

.pt10{
font-size: 10pt;
}

.style1 {
	font-size: 24pt;
	font-style: italic;
	color: #666666;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}


/*----------------------------------------------------
 bodyマージン
----------------------------------------------------*/

body {
margin: 0;
padding: 0;
}


h2#xxxx {
 color: #fff;
 display: list-item;
 list-style-image: url(bg_image.png);
 list-style-position: inside;
 letter-spacing: -1000em;
 font-size: 1pt;
 }


