@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;
}

.both_pec {clear:both !important;}

/*
link
－－－－－－－－－－－－－－－－－－－－－－－－*/
a {
	outline: none !important;
	text-decoration:none;
}
a:link, a:visited, a:active {
	text-decoration: none;
    color: #333333;
}
a:hover {
	text-decoration: underline;	
}



/*
common set
－－－－－－－－－－－－－－－－－－－－－－－－*/
body {
	padding: 0px;
	overflow-x: hidden;
	font: 14px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #333333;
	background:#ffffff;
    /*background: #e8e8e8;*/
}

/*h1 {
    font-size: 18px;
    margin: 20px 0;
}
h2 {
    font-size: 14px;
    margin: 15px 0;
}
h3 {
    font-size: 14px;
    margin: 10px 0;
}
h4 {
    font-size: 14px;
    margin: 10px 0;
}
h5 {
    font-size: 12px;
    margin: 10px 0;
}
h6 {
    font-size: 10px;
    margin: 10px 0;
}*/
/*p {
    margin: 10px 0;
}*/

