@charset "UTF-8";

/*============================================================
module.css
============================================================*/

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
li img {
    vertical-align: bottom;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}


/*
clearfix
－－－－－－－－－－－－－－－－－－－－－－－－*/
/* float解除用 */
.clearfix_pec:after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix_pec {
	display: inline-block;
}
.clearfix_pec {
	display: block;
}



/*
link
－－－－－－－－－－－－－－－－－－－－－－－－*/
a {
	/*outline: none !important;*/
	text-decoration:none;
	color: #333333;
}
a:link, a:visited, a:active {
	text-decoration: none;
    color: #333333;
}
a:hover {
	text-decoration: underline;	
}



/*
common set
－－－－－－－－－－－－－－－－－－－－－－－－*/
body {
	padding: 0px;
	overflow-x: auto;
	font: 12px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #333333;
	margin:0;
}



/*h1 {
    font-size: 2em;
    margin: 20px 0;
}
h2 {
    font-size: 1.5em;
    margin: 15px 0;
}
h3 {
    font-size: 1.17em;
    margin: 10px 0;
}
h4 {
    font-size: 1em;
    margin: 10px 0;
}
h5 {
    font-size: 0.83em;
    margin: 10px 0;
}
h6 {
    font-size: 0.67em;
    margin: 10px 0;
}*/
/*p {
    margin: 10px 0;
}*/






