@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	height: 100%;
}

body {
    color: #333;
	height: 100%;
	font-size: 12px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

table,img,p {
    border: 0;
}

address {
	font-style:normal;
} 

ul,
ol {
	margin: 0px;
	padding: 0px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #CCC;
}

img {
	border:0;
	vertical-align: bottom;
}

#noScriptArea {
	width: 978px;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	border: 1px solid #F00;
}

/* リンク指定
----------------------------------------------- */
a:link {
    color: #E60000;
	outline: none;
	text-decoration: none;
}

a:visited {
    color: #EF8EA2;
	outline: none;
	text-decoration: none;
}

a:hover {
    color: #EF8EA2;
	outline: none;
	text-decoration: underline;
}

.black:link {
    color: #333;
	outline: none;
	text-decoration: none;
}

.black:visited {
    color: #333;
	outline: none;
	text-decoration: none;
}

.black:hover {
    color: #333;
	outline: none;
	text-decoration: underline;
}

/* フロート
----------------------------------------------- */
.left {
	float: left;
}

.right {
	float:right;
}

.clear {
    clear: both;
}

/* マージン
----------------------------------------------- */
.mrg10x0 {
	margin: 10px 0;
}

.mrg15x0 {
	margin: 15px 0;
}

.mrg30x0 {
	margin: 30px 0;
}

.mrg0x10 {
	margin: 0 10px;
}

.mrg0x15 {
	margin: 0 15px;
}

.mrg30x0x0x0 {
	margin-top: 30px;
}

.mrg0x5x0x {
	margin-bottom: 5px;
}

.mrg0x0x0x25 {
	margin-left: 25px;
}

.mrg0x0x25x0 {
	margin-bottom: 25px;
}

.mrg0x0x55x0 {
	margin-bottom: 55px;
}


.mrg-95x0x0x0 {
	margin-top: -95px;
}


/* Display
----------------------------------------------- */
.inline {
	display: inline;
}

.block {
	display: block;
}

/* フォント
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 12px;
}

/* テーブル共通指定
----------------------------------------------- */
table {
	border-collapse: separate;
	border-spacing: 0px;
	border-collapse:collapse;
}


th {
	font-weight: normal;
	text-align: left;
}

/* テキスト装飾
------------------------------------------------ */
.txtLeft {
	text-align: left;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.txtSpe0 {
	letter-spacing: 0;
}

.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.white {
	color: #FFF;
}

.red {
	color: #E60000;
}

.darkRed {
	color: #CC0000;
}

.blue {
	color: #2A53A3;
}

.darkBlue {
	color: #274EA0;
}

.brown {
	color: #A6807C;
}

.darkGray {
	color: #333;
}

.purple {
	color: #3C427B;
}

.orage {
	color: #FF6100;
}

.pink {
	color: #EF8EA2;
}

.black {
	color: #333;
}

/* テキストサイズ
----------------------------------------------- */
.txt8 {
	font-size: 8px;
}

.txt9 {
	font-size: 9px;
}

.txt10 {
	font-size: 10px;
}

.txt12 {
	font-size: 12px;
}

.txt13 {
	font-size: 13px;
}

.txt14 {
	font-size: 14px;
}

.txt16 {
	font-size: 16px;
}

.txt18 {
	font-size: 18px;
}

.txt20 {
	font-size: 20px;
}

.txt25 {
	font-size: 25px;
}

.txt30 {
	font-size: 30px;
}

.lh14p {
	line-height: 14px;
}

.lh16p {
	line-height: 16px;
}

.lh18p {
	line-height: 18px;
}

.lh20p {
	line-height: 20px;
}

.lh120 {
	line-height: 120%;
}

.lh140 {
	line-height: 140%;
}

.lh160 {
	line-height: 160%;
}

.lh180 {
	line-height: 180%;
}

/* アイコン
----------------------------------------------- */
.icon01 {
	padding-left: 20px;
	background: url(../images/common/icon_01.gif) left center no-repeat;
}

.icon02 {
	padding-left: 13px;
	background: url(../images/common/icon_02.gif) left center no-repeat;
}

/* 各種サイズ調整
----------------------------------------------- */
.box20 {
	width: 20px;
}

.box50 {
	width: 50px;
}

.box75 {
	width: 75px;
}

.box80 {
	width: 80px;
}

.box100 {
	width: 100px;
}

.box120 {
	width: 120px;
}

.box130 {
	width: 130px;
}

.box150 {
	width: 150px;
	position:relative;
	z-index:1000;
}

.box200 {
	width: 200px;
	position:relative;
	z-index:1000;
}

.box210 {
	width: 210px;
}

.box230 {
	width: 230px;
}

.box250 {
	width: 250px;
}

.box280 {
	width: 280px;
}

.box300 {
	width: 300px;
}

.box500 {
	width: 500px;
}

.box700 {
	width: 700px;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
	padding: 5px;
    border: none;
	background: #fff;
}

textarea {
	padding: 3px;
    border: none;
	background: #fff;
}

/* ラジオ・チェックボックス
----------------------------------------------- */
input[type="checkbox"],
input[type="radio"] {
	margin-right: 3px;
	vertical-align: middle;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

/* clearfix
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	zoom: 100%;
}