@charset "UTF-8";

/*
Theme Name: add-to-OceanWP
Template: oceanwp
Theme URI: https://tsurutokiya.com/
Deccription: OceanWP Child Theme
*/

/* 試作id＆class ↓*/

body {
	font-family:メイリオ;
	background-color:TEAL;
}

a:hover {color:MAGENTA;}
a:active {color:#ff0000;}

.fc1{color:#fff;}
.fc2{color:#ff0;}

.w224 {
	width: 224px;
	margin-left: auto;
	margin-right: auto;
}
.w240 {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.w320 {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.w336 {
	width: 336px;
	margin-left: auto;
	margin-right: auto;
}
.w360 {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.w384 {
	width: 384px;
	margin-left: auto;
	margin-right: auto;
}
.w448 {
	width: 448px;
	margin-left: auto;
	margin-right: auto;
}
.w480 {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.w640 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.w720 {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.w768 {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
.w1024 {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.no_ul{
	text-decoration:none;
}

.fnt_wg7{
	font-weight:700;
}
.fnt_16_wg5{
	font-size:16px;
	font-weight:500;
}
.fnt_18_wg5{
	font-size:18px;
	font-weight:500;
}
.fnt_24_wg5{
	font-size:24px;
	font-weight:500;
}
.fnt_24_wg7{
	font-size:24px;
	font-weight:700;
}
.fnt_36_wg7{
	font-size:36px;
	font-weight:700;
}

.pdd3 {padding:3px;}

.pdd5 {padding:5px;}

.pdd10 {padding:10px;}

.pddtp5 {
	margin-top: 5px;
	clear: both;
}
.pddtp10 {
	margin-top: 10px;
	clear: both;
}
.pddtp20 {
	margin-top: 20px;
	clear: both;
}
.pddtp30 {
	margin-top: 30px;
	clear: both;
}
.pddtp50 {
	margin-top: 50px;
	clear: both;
}
.pddtp80 {
	margin-top: 80px;
	clear: both;
}
.pddtp100 {
	margin-top: 100px;
	clear: both;
}
.pddtp150 {
	margin-top: 150px;
	clear: both;
}
.pddtp200 {
	margin-top: 200px;
	clear: both;
}

#box_trnsp {
	border:solid 1px;
	padding:10px;
	border-radius:5px;
}

@media screen and (min-width:769px){
.hide_sp{display: none;}
}

@media screen and (max-width:768px){
.hide_pc{display: none;}
}
