@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	base.css

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	. 共用

------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
}


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

.group:after,
.row:after,
.col:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.group,
.row,
.col {
	*zoom: 1;
}


/*	. 基本書式
------------------------------------------------------------------------------*/

body,
input,
select,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	color: #333;
}

html {
	font-size: 16px;
}

body {
	font-size: 100%;
}


/*	. リセット
------------------------------------------------------------------------------*/

address {
	font-style: normal;
}


/*------------------------------------------------------------------------------

	. 見出し

------------------------------------------------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	margin: 120px 0 60px;
	line-height: 1.25;
	font-size: 200%;
}

h1:first-child {
	margin-top: 0;
}

h2 {
	margin: 60px 0 30px;
	line-height: 1.25;
	font-size: 150%;
}

h3 {
	margin: 45px 0 15px;
	line-height: 1.5;
	font-size: 125%;
}

h4,
h5,
h6 {
	margin: 30px 0 15px;
	line-height: 1.8;
	font-size: 100%;
}

h2+h3,
h4+h5,
h5+h6 {
	margin-top: 15px;
}


/*------------------------------------------------------------------------------

	. 本文ブロック

------------------------------------------------------------------------------*/

p,
ul,
ol,
dl,
figure {
	margin: 0 0 15px;
}


/*	. section
------------------------------------------------------------------------------*/

section {
	margin: 0;
}


/*	. 表
------------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 auto;
	font-size: 87.5%;
}

th,
td {
	padding: 10px 15px;
	border: 1px solid #CCC;
	line-height: 1.5;
}

.tiny th,
.tiny td {
	padding: .25em .5em;
}

th > *,
td > * {
	margin: 0 0 5px;
}

/* テーブルコンテナ */
.table {
	overflow: auto;
	margin: 30px 0;
}

/* セル内段落調整 */
td p:last-child {
	margin: 0 0 5px;
}


/*	. 図
------------------------------------------------------------------------------*/

/* キャプション */
figcaption {
	margin: 5px 0;
	line-height: 1.5;
	font-size: 87.5%;
}


/*	. リスト
------------------------------------------------------------------------------*/

ul,
ol,
dl {
	margin: 30px 0;
	background: rgba(50,0,0,.03);/*●*/
}

td ul,
td ol,
td dl {
	margin: 15px 0;
}

td ul:last-child,
td ol:last-child,
td dl:last-child {
	margin: 15px 0 -5px;
}

h3+ul,
h3+ol,
h3+dl,
h4+ul,
h4+ol,
h4+dl,
h5+ul,
h5+ol,
h5+dl,
h6+ul,
h6+ol,
h6+dl {
	margin-top: 15px;
}

ul,
ol {
	padding: 0 0 0 4em;
}

dd {
	margin: 0 0 0 2em;
}

li ul,
li ol,
li dl {
	margin-top: 5px;
}

li,
dt,
dd {
	margin-bottom: 5px;
}


/*	. 引用
------------------------------------------------------------------------------*/

blockquote {
	margin: 30px 0;
	padding: 30px;
	background: #EEE;
}

blockquote > *:last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------------------------

	. 本文インライン

------------------------------------------------------------------------------*/

img {
	border: none;
}

em {
	font-style: normal;
}


/*------------------------------------------------------------------------------

	. 段組み本体

------------------------------------------------------------------------------*/

.composing {
	overflow: hidden;
}

/* 行コンテナ */
.row {
	width: 125%;
}

/* 列コンテナ */
.col {
	float: left;
	margin: 0 3.4% 30px 0;
}

/* 列幅（.col[n]は均等割） */
.col2 .col,
.c6 {
	width: 38.3%;/* 2段組み幅 */
}

.col3 .col,
.c4 {
	width: 24.4%;/* 3段組み幅 */
}

.col4 .col,
.c3 {
	width: 17.45%;/* 4段組み幅 */
}

.col5 .col {/* c2.4 */
	width: 13.28%;/* 5段組み幅 */
}

/* 任意幅指定 */
.c12 {width: 80%;}
.c11 {width: 73.05%;}
.c10 {width: 66.1%;}
.c9 {width: 59.15%;}
.c8 {width: 52.2%;}
.c7 {width: 45.25%;}
.c5 {width: 31.35%;}
.c2 {width: 10.5%;}
.c1 {width: 3.55%;}


@media screen and (max-width: 960px){

	.b960 .col {
		width: 80%;/* 全幅 */
	}

/* 960px */}

@media screen and (max-width: 768px){

	.b768 .col {
		width: 80%;/* 全幅 */
	}

/* 768px */}

@media screen and (max-width: 750px){/* iPhone 6+ */

	.col3 .col,
	.col4 .col,
	.col5 .col {
		width: 38.3%;/* 2段組み幅 */
	}

/* 750px */}

@media screen and (max-width: 480px){

	.col2 .col,
	.col3 .col,
	.col4 .col,
	.col5 .col,
	.b480 .col {
		width: 80%;/* 全幅 */
	}

/* 480px */}

@media screen and (max-width: b320){

	.b320 .col {
		width: 80%;/* 全幅 */
	}

/* b320 */}


/*------------------------------------------------------------------------------

	. 段組み調整

------------------------------------------------------------------------------*/


/*	. アキ
------------------------------------------------------------------------------*/

section+.composing {
	margin-top: 30px;
}

/* 段組み＋見出し */
.composing+h2,
.composing+section>h2 {
	margin-top: 30px;
}

.composing+h3,
.composing+h4 ,
.composing+section>h3,
.composing+section>h4 {
	margin-top: 15px;
}

.composing+h5,
.composing+h6 {
	margin-top: 15px;
}

.composing+.composing {
	margin-top: 0;
}

/* 列内最後の要素の下マージン */
.col *:last-child {
	margin-bottom: 0;
}

/* 行＋行、本文＋行、行＋本文 */
p+.composing,
ul+.composing,
ol+.composing,
dl+.composing {
	margin-top: 30px;
}

/* 行＋行、本文＋行、行＋本文 */
p+.row,
ul+.row,
ol+.row,
dl+.row {
	margin-top: 30px;
}

/* 列直下の見出し */
.col>h1:first-child,
.col>h2:first-child,
.col>h3:first-child,
.col>h4:first-child,
.col>h5:first-child,
.col>h6:first-child {
	margin-top: 0;
	/*border: 1px solid rgba(255,0,0,.5);/*●*/
}

/* 列直下のリスト */
.col>ul:first-child,
.col>ol:first-child,
.col>dl:first-child {
	margin-top: 0;
	/*border: 1px solid rgba(255,0,0,.5);/*●*/
}


/*	. その他
------------------------------------------------------------------------------*/

/* 列内の画像 */
.col img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/*############################################################################*/


/*------------------------------------------------------------------------------

	. 本文要素装飾

------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
}

.content {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 960px){

	.content {
		width: 90%;
	}

/* 960px */}

.content h2 {
	border-bottom: 1px solid #DDD;
}

.content h3 {
	border-bottom: 1px solid #DDD;
}

.content h4 {
	padding-left: .7em;
	border-left: .3em solid #DDD;
}

