 @charset "UTF-8";
* {transition: none !important;}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:none;
}
img {
	border:0;
}
a:link {
	color:#432DB2;
	text-decoration:underline;
}
a:visited {
	color:#432DB2;
	text-decoration:underline;
}
a:hover {
	color:#432DB2;
	text-decoration:underline;
}
a:active {
	color:#432DB2;
	text-decoration:underline;
}
/* 非表示にするID、classを指定 */
#footlin,
#hamburger-menu {
    display: none;
}

#all{
	background:none;
}

div#logo {
    float: left;
    padding: 32px 0 0 0;
    margin: 0;
    width: 183px;
    height: 19px;
}
#header-right {
    float: right;
}
#gnavi {
    clear: both;
}
p#logo{
	padding:0;
}

#wrapper{
	width:943px;
    margin: auto;
}

#main{
    clear: both;
    float: right;
    border-radius: 4px;
    box-shadow: 0 0 5px #cecfcc;
    border-top: 4px solid #a58ab3;
    width: 653px;
    padding: 15px;
}
#side {
    float: left;
    width: 245px;
    border-radius: 4px;
    box-shadow: 0 0 5px #cecfcc;
    border-top: 4px solid #a58ab3;
}
#side ul li a {
    background-image: none;
}
#footer{
	width:auto;
}
#copyright{
	float:right;
	width:auto;
	text-align:left;
}
h1 {
    box-shadow: none;
    background-image: none;
    border: none;
    background-color: white;
}
h1 span {
    background-image: none;
}
h2 {
    box-shadow: none;
    border: none;
    background-color: white;
}
h3 {
    border-bottom: none;
    background-image: none;
}
#inquiry {
    background-color: none;
}
ul#footlink-sp {
    display: none;
}
#bread {
    text-align: left;
    padding: 4px 0 4px 16px;
    clear: both;
    margin: 15px 0;
    border-radius: 3px;
}
#bread ul {
    padding: 0;
    margin: 5px 0 0 12px;
    list-style: none;
    display: inline;
}
#bread ul li {
    float: left;
    margin: 0 9px 0 0;
}
#bread ul li a {
    padding: 0 12px 0 0;
}