@charset "UTF-8";

/* ======================================================================================================================
// Base
====================================================================================================================== */

/* reset
---------------------------------------------------------------------------------------------------------------------- */

* {
margin:0px;
padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend { 
margin: 0; 
padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
font-weight: normal;
font-style: normal; 
}

strong { 
font-weight:normal; 
font-style: normal; 
}

img {
border: none;
}

ul {
list-style: none;
}

/* body
----------------------------------- */

html{
    height: 100%;
    font-size: 16px;
    font-weight: 500;
}

body {
	background:#FFFFFF;
    height: 100%;
	padding:0;
    color:#000;
    font-family:'Noto Sans Japanese',sans-serif;
    line-height:1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width /***/:auto; /*IE8のみ適用*/
}

label:hover {
    cursor: pointer;
}

a,
a::before,
a::after {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	/* text-decoration:none; */
}

/* a:link { color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration: none;} */

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1 {
    margin: 0 auto 0 0;
    padding: 30px 0 3px;
    border-bottom: 1px solid #E73278;
    font-size: 30px;
}

h2 {
    margin: 10px 0 15px;
    padding: 0 0 0 10px;
    border-left: 6px solid #E73278;
    font-size: 25px;
    line-height: 36px;
}

h3 {
    padding: 5px 0 10px;
    font-size: 22px;
    line-height: 22px;
}

h4 {
}


/* class
---------------------------------------------------------------------------------------------------------------------- */

.clear {
	height: 0px;
	font-size: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.r {
	float:right;
}

.l {
	float:left;
}

.red {
	color:#cc0000;
}

.center {
	text-align:center;
}

.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt35 { margin-top:35px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }

.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }
.mr50 { margin-right:50px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }

.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }
.ml50 { margin-left:50px; }


/* ======================================================================================================================
// PC
====================================================================================================================== */

/* header
---------------------------------------------------------------------------------------------------------------------- */

header {
}

header div {
	border-bottom:1px solid #ccc;
	width:1000px;
	margin: auto;
}

/* nav
---------------------------------------------------------------------------------------------------------------------- */

nav {
}

nav ul {
	border-bottom:1px solid #ccc;
	width:1000px;
	height:30px;
	margin: auto;
}

nav ul li {
	width:25%;
	float:left;
}

/* main
---------------------------------------------------------------------------------------------------------------------- */

#main {
	border-bottom:1px solid #ccc;
	width:1000px;
	margin: auto;
}

/* contents
---------------------------------------------------------------------------------------------------------------------- */

#contents {
	width:800px;
	float:left;
}

/* side
---------------------------------------------------------------------------------------------------------------------- */

#side {
	width:200px;
	float:left;
}

#side p {
}

/* footer
---------------------------------------------------------------------------------------------------------------------- */

footer {
}

footer div {
	border-bottom:1px solid #ccc;
	width:1000px;
	margin: auto;
}


/* ======================================================================================================================
// SP（320px～667px）
====================================================================================================================== */
@media screen and (max-width: 667px) {
/* ------------------------------------------------------------------------------------------------------------------- */

/* fifth
---------------------------------------------------------------------------------------------------------------------- */

#fifth {
}


/* ------------------------------------------------------------------------------------------------------------------- */
}
/* =================================================================================================================== */