@charset "UTF-8";

/*============================================================
base.css
============================================================*/
html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-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;
}





body {
	padding: 0px;
	overflow-x: hidden;
	font: 12px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #555;
	position: relative;
}


div,
span,
p,
h1,
h2,
h3,
h4,
h5,
li{
    word-break:break-all;
}

/*
global
------------------------------------------------*/
h1{
    margin: 0 0 30px 0;
}
h2{
    margin: 0 0 20px 0;
}
h3{
    margin: 0 0 15px 0;
    font-size: 130%;
}
h4{
    margin: 0 0 10px 0;
    font-size: 120%;
}
h5{
    margin: 0 0 10px 0;
    font-size: 110%;
}

p{
	margin:0;
	padding:5px 0 10px 0;
}
a{
	outline: none !important;
}
a:link, a:visited, a:active {
	color:#444;
	text-decoration: none;
}
a:hover {
	color:#f553a8;
	text-decoration: underline;
}

