@charset "utf-8";
/*---------------------------- PC向けのスタイル ----------------------------*/
@media screen and (min-width: 768px) {

.o_m_head {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #102B4A;

}
.o_m_head:after {
	content:"";
	display:block;
	clear:both
}
.o_m_logo a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
	display: block;
}
.o_m_head li {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	height: auto;
	border-bottom: 1px dotted #FFFFFF;
	margin-left: 300px;
	margin-right: 300px;
}
.o_m_head li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.o_m_head li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #5EB0FF;
}.o_m_head ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#om_menu {
	display: none;
}
#om_menubtn span {
	display: none;
	text-indent: -9999px;
}
.o_m_menu {
	display: none;
}
.om_menu
{
	width: 20px;
	height: 20px;
	top: 0px;
	position: relative;
	cursor: pointer;
}
.om_menu1
{
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
	top: 4px;
	position: absolute;
} 
.om_menu2
{
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
	top: 9px;
	position: absolute;
} 
.om_menu3
{
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
	top: 14px;
	position: absolute;
}
#om_menubtn {
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #102B4A;
	position: absolute;
	right: 15px;
	top: 5px;
}
}
/*---------------------------- タブレット向けのスタイル ----------------------------*/
@media screen and (min-width:250px) and (max-width:768px) {
/* CSS Document */
.o_m_head {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #102B4A;

}
.o_m_head:after {
	content:"";
	display:block;
	clear:both
}
.o_m_logo a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	font-size: 10px;
	display: block;
}
.o_m_head li {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	height: auto;
	border-bottom: 1px dotted #FFFFFF;
}
.o_m_head li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.o_m_head li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #5EB0FF;
}.o_m_head ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#om_menu {
	display: none;
}
#om_menubtn span {
	display: none;
	text-indent: -9999px;
}
.o_m_menu {
	display: none;
}
.om_menu
{
	width: 20px;
	height: 20px;
	top: 0px;
	position: relative;
	cursor: pointer;
}
.om_menu1
{
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
	top: 4px;
	position: absolute;
} 
.om_menu2
{
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
	top: 9px;
	position: absolute;
} 
.om_menu3
{
	width: 20px;
	height: 2px;
	background-color: #FFFFFF;
	top: 14px;
	position: absolute;
}
#om_menubtn {
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #102B4A;
	position: absolute;
	right: 15px;
	top: 4px;
}

}
