@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);


@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Roboto);

/*======================================

	HTML5

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

audio[controls],
canvas,
video {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
/*======================================

	hr

=======================================*/
hr {
    border: 0;
	border-bottom: 1px dotted #b2b2b2;
    height: 0;
	margin: 17px 0 23px;
}
/*======================================

	Universal selector

=======================================*/
* {
	font-style: normal;
	margin: 0;
	padding: 0;
}

/*======================================

	Structure Module

=======================================*/

body {
	font-size: 15px;
	color: #333333;
	line-height: 1.5;
	background: #ffffff;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;*/
	/*font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;*/
	/*font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:YuGothic, '游ゴシック',"Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-webkit-text-size-adjust: 100%;
}
html {
	font-smooth:always;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-moz-osx-font-smoothing: grayscale;
}
/*======================================

	Text Module

=======================================*/
p,
pre,
blockquote,
address,
cite {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

em {
	font-weight: bold;
}

strong {
	/*color: #ff0000;*/
}

h3 {
	font-size: 14px;
	color: #333;
}
/*======================================

	Hypertext Module

=======================================*/
a {
	overflow:hidden;
	text-decoration:none;
}

a:link {
	color: #666666;
	text-decoration: none;
}

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

a:hover {
	color: #666666;
	text-decoration: underline;
}

/*======================================

	List Module

=======================================*/
ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

ul,
ol,
dl {
	list-style-position: inside;
}

ul {
	list-style-type: circle;
}
/* circle無し指定 */
ul {
	list-style: none outside;
}
/* ここまで */

li,
dt,
dd {
	margin: 0;
}

/*======================================

	Tables Module

=======================================*/
table {
	border-collapse: collapse;
	border-spacing: 0;
/*
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
	margin: 0;
	padding: 0;
}
/*
th,td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
*/
th {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}


/*======================================

	Image Module

=======================================*/
img {
	vertical-align: bottom;
	border: none;
}

/*======================================

	Object Module

=======================================*/
object,
embed {
	margin: 0;
}

/*======================================

	clearfix

=======================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display: inline-table;
	min-height:1%; /* IE7用 */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

